In the series, I have the legendItemClick event, which when I click on the legend it points to the ball as hover. Would you like to know how to bring it forward?
legendItemClick: function () {
resetaState();
//this.zIndex = 1000;
//this.toFront();
this.redraw();
this.data[0].setState('hover');
return false;
}
}
I tested it by setting the z-index and using the toFront method, but I did not succeed.