diff --git a/README.md b/README.md index b6eb482c..4d307f10 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ npm run dev - Style - Endpoint style #### Charts (bar, column, line, area, scatter, pie, donut, radar) -- Chart conversion +- Chart type conversion - Data editing - Background fill - Theme color diff --git a/README_zh.md b/README_zh.md index 2fa7e42e..f3d29d63 100644 --- a/README_zh.md +++ b/README_zh.md @@ -114,7 +114,7 @@ npm run dev - 样式 - 端点样式 #### 图表(柱状图、条形图、折线图、面积图、散点图、饼图、环形图、雷达图) -- 图表转换 +- 图表类型转换 - 数据编辑 - 背景填充 - 主题色 diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue b/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue index ffff49af..d93b11ed 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/ChartDataEditor.vue @@ -68,11 +68,23 @@