I have a Columns Chart which shows all data on initial page load. User has the option to change the data query by selecting checkboxes which are read when the chart does datasource.read().
The problem is that if the data is empty the category axis is not emptied. Instead it just shows the previous axis without any data. Is there a way to for the chart to redraw category axis?
The problem is that if the data is empty the category axis is not emptied. Instead it just shows the previous axis without any data. Is there a way to for the chart to redraw category axis?