How is the api doc generated @ http://api.highcharts.com/
Asked Answered
B

1

6

I cannot find anything relate to it from github https://github.com/highslide-software/highcharts.com

Guessing

  1. Google Closure Library javadoc parser https://developers.google.com/closure/compiler/docs/js-for-compiler#tags
  2. Custom Code?

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.

Bushmaster answered 30/5, 2013 at 10:12 Comment(0)
A
1

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.

Assignat answered 5/6, 2013 at 8:14 Comment(1)
Thanks. It improves my approach and gives scope for auto-generation pojos. I still wish to know if anybody else has already implemented this.Bushmaster

© 2022 - 2024 — McMap. All rights reserved.