If there are 3 different series identified by the IDs series1
, series2
, and flags
, where initially the onSeries
property of flags
is set to series1
. In a scenario where I click on the legend to hide series1
, is it possible within the legendItemClick
event to dynamically change the onSeries
property of flags
to series2
? I have been unable to find a method for accomplishing this. Thanks!