Search found 3 matches

Go to advanced search

by brunano21
Thu Nov 29, 2018 10:40 am
Forum: Highcharts Usage
Topic: Drilldown event
Replies: 5
Views: 238
 
Jump to post

Re: Drilldown event

Awesome, this is what I have been looking for! Thank you very much! ... "drilldown": { "series": [{ point: { events: { click() { console.log('Below is point clicked after drilldown') console.log(this) } } }, "name": "Chrome", "id": "Chrome"...
by brunano21
Thu Nov 29, 2018 10:25 am
Forum: Highcharts Usage
Topic: Drilldown event
Replies: 5
Views: 238
 
Jump to post

Re: Drilldown event

Hi rafaIS,

Thanks for the quick answer. This is already what I'm doing. But if click again on one of the drilldown points, the drilldown function is not invoked.
by brunano21
Thu Nov 29, 2018 9:52 am
Forum: Highcharts Usage
Topic: Drilldown event
Replies: 5
Views: 238
 
Jump to post

Drilldown event

Hi, I'm using a pie with drilldown series. I'm able to load the drilldown series asynchronously using the chartOptions.chart.events.drilldown function. However, I'd like to intercept any click event that occurs on a drilldown point but so far I have been that lucky. The docs did not help either. Any...

Go to advanced search