大家好。
问题:我试图让我的 xAxis 在我获得的 NSdate 的月份显示。
期望输出:在每个条形图下,将根据事件时间显示“Jan”、“Feb”、“Mar”等。
我通读了多个线程并尝试了这些方法,但没有任何帮助。我知道当我碰壁时我应该发布一个问题,而我刚刚碰到它:(我已经尝试了几天。
这是我尝试过的资源。
- http://www.shinobicontrols.com/forum/shinobicontrols/2013/12/updating-date-format-on-an-axis-fails-except-on-chart-creation
- http://www.shinobicontrols.com/forum/shinobicontrols/2014/7/x-axis-with-formatted-dates
- http://stackoverflow.com/questions/13688920/how-to-change-the-xaxis-used-on-my-chart-shinobicharts
这是我当前的图表代码
图表本身也设置如下:
utilityBarChart = [[ShinobiChartalloc] initWithFrame:CGRectInset(cell.bounds, margin, margin) withPrimaryXAxisType: SChartAxisTypeDateTime withPrimaryYAxisType:SChartAxisTypeNumber]; 这是我的 xvalue 代码这是错误
我的图表继续显示在纪元时间:(
任何帮助都会很棒:D
谢谢大家