Leszek Wach
Leszek Wach
Hi, I haven't try it yet, I will check that but I need few more days.
Hi guys, it's been a while since I was active in this repo. I believe the problem is related to the "feature" that this library calculates viewport automatically(min and max...
Hi, try to modify `maxLabelChars` attribute for X axis, for example set it to value 1: ``` java axisX.setMaxLabelChars(1); ```
Hi, yea, hellocharts doesn't have dedicated methods for time series. Instead for now you need to use string labels. I will look into AChartEngine implementation to see how they did...
Hi, no, I am not going to add time series any time soon
Hi, I'm not sure if I understand. Maybe the same case as in #143 and #169. [Try to use custom viewport](https://github.com/lecho/hellocharts-android/issues/143#issuecomment-113460654).
Thanks! I'll look into this.