mkbhj
Posts: 48
Joined: Tue Jun 30, 2020 6:47 am

Re:TreeMap Feature Needed

Hello,

I need in Treemap, In a single click, the point will select and highlight the point as selected.

And Double click, the point will be drilltochild node. (double click am using custom event plugin).


Please give options. (using angular 6).


Regards,

Manojkumar M
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: Sunburst Feature Needed

Hi Manojkumar M!

You can find a treemap dblclick drilldown feature in Angular with TS in the demo below. Code is similar to Sunburst drilldown from earlier posts.

Demo: https://stackblitz.com/edit/highcharts- ... ine-7eig9v

Feel free to ask any further questions!
Best Regards!
Hubert Kozik
Highcharts Developer
mkbhj
Posts: 48
Joined: Tue Jun 30, 2020 6:47 am

Re: Sunburst Feature Needed

Hello,

I am using highcharts in the angular 6 application.

Now I have a New requirement for,

In, A single click event drill down to Node to the next level

And double click(using a custom plugin) the point will select and show point value and am internally calling some other function in my application.

Please provide any option like that(both sunburst and Treemap)


Manojkumar M
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: Sunburst Feature Needed

Hi Manojkumar M!

You can find the requested features in Angular with TS in the demo below.

Demo Sunburst: https://stackblitz.com/edit/highcharts- ... ine-zn7zji
Demo Treemap: https://stackblitz.com/edit/highcharts- ... ine-ikzttq

Feel free to ask any further questions!
Best Regards!
Hubert Kozik
Highcharts Developer
mkbhj
Posts: 48
Joined: Tue Jun 30, 2020 6:47 am

Re: GeoMap Feature Needed

Hello,

I need the Same as Geo Map also for a single click is a drill to the Next level and a double click select point.



Regards,

Manojkumar M.
mkbhj
Posts: 48
Joined: Tue Jun 30, 2020 6:47 am

Re: GeoMap Feature Needed

Hello,

Please give us an example of geomap Queries I have to send already?



Regards,

Manojkumar M
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: Sunburst Feature Needed

Hello Manojkumar M!

You can find the requested features in Angular with TS in the demo below.

Demo: https://stackblitz.com/edit/highcharts- ... map-ragpmh

Best regards!
Hubert Kozik
Highcharts Developer
mkbhj
Posts: 48
Joined: Tue Jun 30, 2020 6:47 am

Re: Sunburst Feature Needed

Hello,

I need a multiple-point selection in the sunburst chart in a single-click event. and push that values to one array.


And user unselect that selected point in the sunburst to update the same array.
User avatar
dawid.d
Posts: 807
Joined: Thu Oct 06, 2022 11:31 am

Re: Sunburst Feature Needed

Hello mkbhj,

Thanks for contacting us with your question!

You can enable selecting points with the allowPointSelect option. See the demo below.

Demo: https://jsfiddle.net/BlackLabel/0e7cfdhx/
API: https://api.highcharts.com/highcharts/s ... ointSelect

Let me know if that's what you're looking for.
Best regards!
Dawid Draguła
Highcharts Developer

Return to “Highcharts Usage”