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
I'm having the problem with dataset change and yet to figure out. At first I init the bar chart for all days in a certain month. It works just great but if I switch to year by changing the count of BarChartDataSet to 12 (12 months), then I ran into problem where some months displayed twice or even triple.
I found out that if I init for the year first, it would be fine until I switch to month and then back. Here comes some screenshot:
If I init the year first, it should be fine:
In case I init month first, then when it comes to year it'd be like this:
Should there be any method to redraw the view when count changed?
The text was updated successfully, but these errors were encountered:
I'm having the problem with dataset change and yet to figure out. At first I init the bar chart for all days in a certain month. It works just great but if I switch to year by changing the count of BarChartDataSet to 12 (12 months), then I ran into problem where some months displayed twice or even triple.
I found out that if I init for the year first, it would be fine until I switch to month and then back. Here comes some screenshot:
Should there be any method to redraw the view when count changed?
The text was updated successfully, but these errors were encountered: