Hi
I have the problem, when I change the type of the chart with script I lose all chart setting (e.g Activate Data Lab) which I set before.
For exemplar:
- I have a design Studio Report with a Pie chart.
- I set in Design Studio in the chart setting the Check Box “Show Data Labels” to deactivate
- I create a button “change type to Column”
- In the on click from the button I add the script “CH_DS1.setChartType(ChartType.COLUMN_COMBINATION);”
- I execute the Report.
- If I push the button “change type to Column” the chart type changes and the setting are over read.
I think this is a Design Studio bug.
Best Regards
Gabriel