Chris Zhang

Results 1 issues of Chris Zhang

The culprit is this if statement (AxisRenderer.java, line 225): ![image](https://cloud.githubusercontent.com/assets/2879713/20088195/93001b9a-a54c-11e6-842b-ebd850ceb6a7.png) When reducing the # of entries through `notifyDataSetChanged(),` `n` can be calculated to be smaller than `mEntries.length`, resulting in `mEntries`...