Thanks for the posts. Glad to hear you're having some good success with GWT Highcharts!
Regarding your question: most of the GWT Highchart types all extend the "Configurable" base class, which does allow you to retrieve the options that have been set on the object via the "getOptions()" metod. The core "Chart" and "StockChart" types don't though since they need to extend the standard GWT "Widget" type. We'll add a new "BaseChart.getOptions()" method in the next release to support this for the core types as well.
Thanks,
-Shawn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Arnaud,
Thanks for the posts. Glad to hear you're having some good success with GWT Highcharts!
Regarding your question: most of the GWT Highchart types all extend the "Configurable" base class, which does allow you to retrieve the options that have been set on the object via the "getOptions()" metod. The core "Chart" and "StockChart" types don't though since they need to extend the standard GWT "Widget" type. We'll add a new "BaseChart.getOptions()" method in the next release to support this for the core types as well.
Thanks,