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
Hi , i'm fairly new to this api and ios in general; i have looked at the demo's but i still can't figure out how to add date labels to the x axis on my line chart. Just wondering if anyone could point me in the right direction to achieve this. Would be much appreciated, thanks.
The text was updated successfully, but these errors were encountered:
Just take a look at ChartsDemo, there are already DateValueFormatter example.
Basically, it convert a x value to an string via - (NSString *)stringForValue:(double)value axis:(ChartAxisBase *)axis
Hi , i'm fairly new to this api and ios in general; i have looked at the demo's but i still can't figure out how to add date labels to the x axis on my line chart. Just wondering if anyone could point me in the right direction to achieve this. Would be much appreciated, thanks.
The text was updated successfully, but these errors were encountered: