Skip to content
Advertisement

Highcharts Treemap, drillup event

I have a nice javascript treemap and am able to add events for drilldown events like so:

JavaScript

I’m not able to add a similar event when drilling back up, when clicking the back button.

I tried:

JavaScript

but neither the drillup in series nor chart seems to work, how can i achieve this?

https://jsfiddle.net/ofg9k3m8/6/

Advertisement

Answer

I found a workaround here: https://github.com/highcharts/highcharts/issues/9812

JavaScript

Here’s the updated https://jsfiddle.net/k9c80za7/1/

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement