I cannot find anything relate to it from github https://github.com/highslide-software/highcharts.com
Guessing
I wanted to generate Java POJO interfaces to be used with GWT AutoBean and JSON processing. Currently I am stuck handcoding the interfaces to be same as the properties mentioned in the api site. This is not maintainable solution as i would need to update it for every release of highcharts and highstocks.
If you are a developer who would like to create hosted charts programmatically, then the Highcharts Cloud API might be for you.
Highcharts is a software library for charting written in pure JavaScript, first released in 2009. The license is proprietary.
The plotOptions is a wrapper object for config objects for each series type. The config objects for each series can also be overridden for each series item as given in the series array. Configuration options for the series are given in three levels. Options for all series in a chart are given in the plotOptions.
The legend is a box containing a symbol and name for each series item or point item in the chart. Each series (or points in case of pie charts) is represented by a symbol and its name in the legend. It is possible to override the symbol creator function and create custom legend symbols.
On the Highcharts API page you'll find two download links in the menu on the left. One for download all options as JSON and one for XML format. This can be used for generating your interfaces.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With