I am attempting to remove a series from a chart but can only find examples using a click action.
I’ve tried using remove() but can’t it won’t recognize the function or the object no matter what I try.
I’ve been able to simply make the series invisible, but I’d love to be able actually remove it.
Here’s the part of my javascript snippet for that.
var blankSeries = {
id:‘TestBlank’,
showInLegend : false,
series: {
visible: false,
}
};
chartObj.series[1] = blankSeries;
Question
Removing or Hiding a series in a chart via javascript
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.