'eCharts list of all available options in JSON format

I'm looking for a JSON object of all the options available for the entire echart library, shown in the documentation here: https://echarts.apache.org/en/option.html. I want it in JSON form so that I can programmatically use these options in my project. Preferably I could import all the options from the eCharts source code so that it's always up-to-date.



Solution 1:[1]

I'm not sure that the single source with all available options exist but you can try to parse and extract described options from docs https://github.com/apache/echarts-doc/tree/master/en

Solution 2:[2]

You can use this JSON for the Apache e-charts https://github.com/MJCHOUDHRY/usa-cities-with-polygon-data/blob/main/input.json

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sergey Fedorov
Solution 2 Jadamal Mahendra