How to create api doc @http: //api.highcharts.com/

I can not find anything about this from github https://github.com/highslide-software/highcharts.com

Divination

I wanted to create Java POJO interfaces to be used with GWT AutoBean and JSON processing. I currently stick with handcoding so that the interfaces are the same as the properties mentioned on the api site. This is not a fixable solution, as I will need to update it for each version of high-speed and high-performance platforms.

+6
source share
1 answer

On the Highcharts API page, you will find two download links in the menu on the left. One for loading all parameters as JSON and one for XML format. This can be used to create your interfaces.

+1
source

Source: https://habr.com/ru/post/946168/


All Articles