You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified the "LineChart2ViewController" example on the github project example for iOS and have not been able to obtain the result I wanted. This is what I get:
what I get
What's wrong:
the line values labels are 1, 2 and 3 but the y position seem to be somewhere between 1 and 0.4.
I get a label for each data point ( I would like instead to remove the labels and show only the data)
How can I achieve this?
I would like to have 3 lines and 20 data points:
I modified the "LineChart2ViewController" example on the github project example for iOS and have not been able to obtain the result I wanted. This is what I get:
what I get
What's wrong:
the line values labels are 1, 2 and 3 but the y position seem to be somewhere between 1 and 0.4.
I get a label for each data point ( I would like instead to remove the labels and show only the data)
How can I achieve this?
This is my code:
The text was updated successfully, but these errors were encountered: