I now need to rephrase my question, because it has been put on hold. Of course I tried to add some events functionality on the starting with the documentation. We have
chartLegend: {
legendItemSettings: {
}
}
but nowhere are there any events like
events: {
click: function(args) {
}
}
or similar. Nevertheless I didn't post any code, simply because it made no sense at that point. I also tried to insert events code like that:
chartLegend: {
events: {
click: function(args) {
}
}
}
but it is not working.
These were the reasons I didn't post any code but only asked my question, which is is there way, to take use of chart legend events- one way or another.