3.9.15Removing a bar highlight

You can remove a bar highlight from a chart by calling ChartChange() with command: "remove-bar-highlight", and specifying the date of the highlight to remove. For example:

// Remove the highlight which contains/spans the specified date

Framework.ChartChange({

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

command: "remove-bar-highlight",

date: 1778072400000

});