-
-
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
How to add more than 3 lines in chart #1314
Comments
Add a forth dataset. |
is there any limit for number lines in Chart? |
Shouldn't be. What is the dataset for triglycerides? |
tcTriGlyc: ["150", "170", "166", "180", "230"] |
TriGlycerides: ["150", "170", "166", "180", "230"] |
I would assume that you correctly created the data set but have not added the values correctly. I can't know without seeing the code. |
` @IBOutlet var lineChartView: LineChartView!
// lineChartView.animate(yAxisDuration: 2.5)
` |
You have set entries3 to dataSet4 |
Oh...my...Thanks a lot Daniel...my carelessness... |
Thanks @petester42 , @danielgindi ! |
🎉 |
@rajeshm20 she is amazing and makes us happier every day, thank you! |
how to add more than 3 lines in chart
The text was updated successfully, but these errors were encountered: