blacklabel / grouped_categories

Grouped categories plugin for Highcharts by Black Label
http://blacklabel.github.io/grouped_categories/
Other
92 stars 74 forks source link

Series point event click, the e.point.category change the structure of other non grouped chart. #178

Open robatsilva opened 3 years ago

robatsilva commented 3 years ago

I have a lot of chart build in my application, all of them isn't using the grouped_categories yet, and all have a click event on series point.

When I imported the first time the grouped_categories lib, all of my existing charts were broken, because the event data changed.

Before the import, the event data was: { ..., point: { .... category: 'text' }

and after:

{ ..., point: { category: { parent: { name: 'text' } } }

KacperMadej commented 3 years ago

Thank you for reporting the problem.

If you have a live demo for the problem please share.