Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#292: Customizable series colors #319

Merged
merged 2 commits into from
Oct 23, 2014
Merged

#292: Customizable series colors #319

merged 2 commits into from
Oct 23, 2014

Conversation

amirnissim
Copy link
Contributor

'Purple': '#492970',
'Red': '#910000',
'Red': '#c42525',
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In ng_highchart.js we have a list of colors we use for our charts. Please use the same (and of course, you can sue the constant to define this list and reuse it in ng_highchart.js).

If think this color list if preferable, we can try it out. But we need to make sure it's the same list in both places.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is ng_highcharts.js a custom file you added?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, I took this palette from highcharts.src.js

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file:
https://github.com/EverythingMe/redash/blob/master/rd_ui/app/scripts/ng_highchart.js

Out Angular wrapper for highcharts.

It might be their new palette/theme for highcharts 4.0 (we should upgrade at some point).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant, did you write the wrapper? if so, it makes sense for me to modify it.

arikfr added a commit that referenced this pull request Oct 23, 2014
@arikfr arikfr merged commit e381331 into master Oct 23, 2014
@arikfr arikfr deleted the bug_292 branch February 29, 2016 13:13
washort pushed a commit to washort/redash that referenced this pull request Jul 23, 2018
* fix the annoying space error

* removes menu divider line if archived

fixes getredash#319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants