支持 echarts官方文档 中的所有图表类型。
```echarts
{"xAxis":{"type":"category","data":["A","B","C"]},"yAxis":{"type":"value"},"series":[{"data":[120,200,150],"type":"bar"}]}
```{"xAxis":{"type":"category","data":["A","B","C"]},"yAxis":{"type":"value"},"series":[{"data":[120,200,150],"type":"bar"}]}注意:ECharts 配置仅支持标准 JSON 格式,不支持函数回调。
2 条评论