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

Inconsistent xAxis labels and incorrect plotting on line charts when some series don't have all data #2357

Closed
mightybyte opened this issue Oct 12, 2013 · 1 comment

Comments

@mightybyte
Copy link

Highcharts doesn't display the x axis or the chart correctly when using an x axis of type "category" and the first series does not have all the x axis elements. See this jsfiddle for a demonstration of the problem.

@TorsteinHonsi
Copy link
Collaborator

In addition to the fix, you also need to apply an X value for your points, as the name itself is not used for grouping into categories: http://jsfiddle.net/highcharts/N3dXB/1/

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

No branches or pull requests

2 participants