3.9.17.5Removing the HTML from the chart

You can remove your HTML from the chart using ChartChange() with command: "remove-html". For example:

Framework.ChartChange({

mode: "active", // or "all", or "single" plus a .chartId value

command: "remove-html"

});