-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LeftAxis Labels will disappear #2044
Comments
call |
actually,I called notifyDataSetChanged() everytime I add an enrty,so this is not the problem |
here's a demo:https://github.com/cartmanguo/reproduceissuecharts |
You add entry by dataSet interfaces, without letting chartData know the max value would change. |
still doesn't work... |
and if I set autoScaleMinMaxEnabled to true, the same thing happens in issue #2053 |
@cartmanguo first, 'still does not work' can't help. And don't mix up different things together. I tried your project and |
Cool, i just used what you uploaded and it works after adding that line of code |
I need to update the linechart dynamicly,when a new value arrives,I create an entry and add it the the dataset.This problem happends no matter autoScaleMinMaxEnabled property is on or off
![thumb_img_0001](https://cloud.githubusercontent.com/assets/4699162/21757786/d8326206-d66e-11e6-849f-d41a9ced888d.jpg)
Here's a screenshot:
The text was updated successfully, but these errors were encountered: