Hi FusionCharts Forum!
Question: Is there a way to hide a dataset in a multi series chart by default?
Reason: I want a chart with two datasets that only shows one dataset. So the other dataset is disabled or hidden by default. The user in the next step can click in the legend to bring that dataset back. So I want to emulate the click in the legend to hide a dataset.
Ideas: Can I achieve this behavior with JavaScript altering the FusionChart-object I created? " var myChart = new FusionCharts....." myChart.hideDatasetXY(1);
Or modify the xml that the DatasetXY isn't shown at first.
Kind regards and thanks in advance
Daniel
PS: If there is a better matching Subform here feel free to move my topic.