Validate ECharts option
validate_echart_optionValidate ECharts options against echarts 6.1.0 without rendering. Returns errors that would break a render and warnings for likely mistakes.
Instructions
Dry-run structural and semantic validation of an ECharts option against echarts@6.1.0 without rendering. Returns errors (would break a render) and warnings (likely mistakes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option | Yes | The ECharts option object to validate. |