Mr.Seven
Posts: 8
Joined: Wed Oct 28, 2020 7:15 am

Large Treemap drilldown & drillup events for angular 6

Hi,

I am trying to get drilldown & drill up event in large tree map for versions highcharts 8.2.2 & angular 6. But Iam unable to get the trigger for these events though I found below fiddle in which it is working fine in vanilla JavaScript but I want to achieve the same in angular 6.

fiddle link: https://jsfiddle.net/k9c80za7/1/

Thanks,
Mr.Seven
User avatar
sebastian.h
Posts: 1734
Joined: Fri Aug 07, 2020 7:08 am

Re: Large Treemap drilldown & drillup events for angular 6

Hi,
We appreciate you reaching out to us again.

I copy-paste some examples to the angular wrapper template and works well.
https://stackblitz.com/edit/highcharts- ... map-h9xwzl

https://github.com/highcharts/highchart ... e-examples

Let me know if that was what were looking for.
Best regards.
Sebastian Hajdus
Highcharts Developer
Mr.Seven
Posts: 8
Joined: Wed Oct 28, 2020 7:15 am

Re: Large Treemap drilldown & drillup events for angular 6

Hi Sebastian,
Thanks for the response.

Actually what I am looking is to get the drilldown click event and drillup click event for large treemap for angular.

Currently I have a large treemap template which is working fine but I need to get those events when user clicks the chart in that template like below fiddle

https://jsfiddle.net/k9c80za7/1/

Thanks,
Mr.Seven
User avatar
sebastian.h
Posts: 1734
Joined: Fri Aug 07, 2020 7:08 am

Re: Large Treemap drilldown & drillup events for angular 6

Hi,
Do you want to load wrap (line 1-16) in your example, yes?

In official wrapper documentation, you will find instructions on how to do it.
https://github.com/highcharts/highchart ... -a-wrapper

Demo:
https://stackblitz.com/edit/highcharts- ... .module.ts

API References:
https://api.highcharts.com/highcharts/c ... .drilldown

Feel free to ask any questions.
Best regards.
Sebastian Hajdus
Highcharts Developer

Return to “Highcharts Usage”