-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Line not showing in LineChart #2518
Comments
modify
|
That still does not solve the problem. No line in the graph, but doing debugging it seems that the data is in "chartData" |
Sorry....me being a newbie messing up the different data types. |
For other people who have same problem: (Line not showing, Line disappearing on zoom) #Make sure your xAxis data is ordered. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to draw a line chart but I am not able to get a line. Everything else seem to be responding to my data i.e. axis scale, label color etc.
Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: