echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Doc] Improve documentation of grid (id), axis (gridId) and series (xAxisId , yAxisId) properties

Open messaoudi-mounir opened this issue 3 years ago • 0 comments

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.

What does the proposed API look like?

messaoudi-mounir avatar Aug 07 '22 20:08 messaoudi-mounir