0
In the series, I have the event legendItemClick, that when I click on the caption he arrow the ball as Hover. I wonder how I do to bring the same forward?
legendItemClick: function () {
resetaState();
//this.zIndex = 1000;
//this.toFront();
this.redraw();
this.data[0].setState('hover');
return false;
}
}
I tested, setting the z-index and using the toFront method, but was unsuccessful.