Open baudouxbenjamin opened 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?
chart.barsColorsList = null
Awesome library by the way!
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!