echarts
echarts copied to clipboard
[Doc] Improve documentation of grid (id), axis (gridId) and series (xAxisId , yAxisId) properties
What problem does this feature solve?
-
The grid.id property is defined as Component ID, not specified by default. If specified, it can be used to refer the component in option or API. but there is any example of usage.
-
yAxis.gridId and xAxis.gridId properties exist in the API but not documented. only yAxis.gridIndex and xAxis.gridIndex] are documented.
-
series.xAxisId and series.yAxisId properties exist in the API but not Documented.