diogobernardino / williamchart

Android Library to rapidly develop attractive and insightful charts in android applications.
5.1k stars 800 forks source link

Function to clear the chart #311

Open baudouxbenjamin opened 2 years ago

baudouxbenjamin commented 2 years ago

I've to switch between two data sets: a monthly one and a yearly one. How can I "clear" the chart when switching from one data set to the other?

For now the fix I found is to use chart.barsColorsList = null Any better way to do this?

Awesome library by the way!