I want to access highstock rangeSelector button event inside my angular component.I am using the angular2-highcharts
package to use the highcharts library. Tried to access it using the (afterSetExtremes)
binding but without any success. The code is here. Please help.
Thanks!!
Check TypeScript highcharts version installation and implementation below.
stackblitz Demo
Update your template as
function
Plunker demo