Now,except changing the range span of the chart, I need add more business logic when using click one range button, which means I have to catch this click event and handle it.
I have checked the JAVA API. Seems it just has click event handler for the plot part.
So does anyone know how to define Click handler Handler on that RangeSelector button ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
FYI - For those that need this event, support for this has now been formally included in the the GWT Highcharts 1.3.0 release (thanks to Jeff Myers!). Here's an example of the new event handler:
Hi
So far I am using below code in below link to customize different Range Selector Button. It's working great. Thanks for your work.
https://sourceforge.net/p/gwt-highcharts/discussion/general/thread/6950cbd3/
Now,except changing the range span of the chart, I need add more business logic when using click one range button, which means I have to catch this click event and handle it.
I have checked the JAVA API. Seems it just has click event handler for the plot part.
So does anyone know how to define Click handler Handler on that RangeSelector button ?
FYI - For those that need this event, support for this has now been formally included in the the GWT Highcharts 1.3.0 release (thanks to Jeff Myers!). Here's an example of the new event handler: