From 436a6a5e7da750cb08f5c5f1d0376d4dfd13a270 Mon Sep 17 00:00:00 2001 From: zxc <1171051090@qq.com> Date: Sat, 14 Sep 2024 22:42:54 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- README_zh.md | 8 +++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d47d8729..b6eb482c 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ npm run dev - Width - Style - Endpoint style -#### Charts (bar, column, line, area, scatter, pie, donut) +#### Charts (bar, column, line, area, scatter, pie, donut, radar) - Chart conversion - Data editing - Background fill @@ -125,7 +125,6 @@ npm run dev - Coordinate system and axis text color - Other chart settings - Border -- Legend #### Tables - Add/delete rows and columns - Theme settings (theme color, header, total row, first column, last column) diff --git a/README_zh.md b/README_zh.md index a275bfd7..2fa7e42e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -113,15 +113,13 @@ npm run dev - 宽度 - 样式 - 端点样式 -#### 图表(柱状图、条形图、折线图、面积图、散点图、饼图、环形图) +#### 图表(柱状图、条形图、折线图、面积图、散点图、饼图、环形图、雷达图) - 图表转换 - 数据编辑 - 背景填充 - 主题色 -- 坐标系与坐标文字颜色 -- 其他图表设置 -- 边框 -- 图例 +- 坐标文字颜色 +- 堆积模式、平滑曲线等 #### 表格 - 行、列添加删除 - 主题设置(主题色、表头、汇总行、第一列、最后一列)