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

Highcharts Improvements #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Highcharts Improvements #10

wants to merge 3 commits into from

Conversation

onilton
Copy link

@onilton onilton commented Oct 24, 2013

Support for color setting in lines.
Support for setting xAxis and yAxis
Legend labels are correctly set even if legend or labelFormatter is not set in options.

options['yAxis'] = options['yAxis'] || {};

for (i = 0; i < options['targets'].length; i++ ) {
options['targets'][i]['color'] = options['targets'][i]['color'];
Copy link

Choose a reason for hiding this comment

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

what's the point of this? assignment to itself?

@Dieterbe
Copy link

Dieterbe commented Sep 3, 2014

@zehome since you're the author of the highcharts integration. what do you think of this?

@zehome
Copy link

zehome commented Sep 3, 2014

I think this patch should be cleaned up like you mentionned. Otherwise, LGTM.

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.

3 participants