paulroehr / EazeGraph

An Android chart and graph library
Apache License 2.0
1.6k stars 269 forks source link

How to update PieChart's PieModel value on Resume? #66

Closed aliang228 closed 8 years ago

aliang228 commented 8 years ago

How to update PieChart's PieModel value on Resume?

I try to reloadView(), clearChart(), destroyDrawingCache() before add again, but it does not work.

aliang228 commented 8 years ago

Sorry, it's my fault. My data is not updated.