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
"when im adding the second graph the axis are rounded to 1"
if you create a new chart, you have to set up the value formatter again on the new chart
You may want to check your code that if the value formatter changed or not.
As you can see, the value formatter is used to format the numbers, so if it's not changed, the format will keep the same
Hi, you told me to use NSNumberFormater but the axis number changes regardles of the number formatter.
so you can see the chart before i'm adding the second graph.
and when im adding the second graph the axis are rounded to 1
i debugged it and saw that its happening when i initialize the second chart's chartData with a diefferent data. what do you say?
The text was updated successfully, but these errors were encountered: