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
If i try to change bar graph value second time then it's not updating, Initially it's creating graph and perfectly showing graph but when i try to update or change the value then it's not updating. For ex.
In BarGraph.java file there is function called onDraw() and inside that function you have to change the value of initflg from initflg = true; to initflg = false; then Graph will update everytime it gets data from API response or any
Hey Suyash,
If i try to change bar graph value second time then it's not updating, Initially it's creating graph and perfectly showing graph but when i try to update or change the value then it's not updating. For ex.
Initial Graph
While Updating Graph on click of button (which is not working)
Assign this issue to me so i can create pull request as i already fixed this issue
The text was updated successfully, but these errors were encountered: