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"
});