From 3f522cc7a051e07205d2392463a1c2abed506006 Mon Sep 17 00:00:00 2001 From: wangxue08 Date: Mon, 25 Mar 2024 15:45:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=9B=BE=E8=A1=A8=E7=9A=84=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E5=92=8C=E9=AB=98=E5=BA=A6=E6=A0=B9=E6=8D=AE=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E5=AE=B9=E5=99=A8=E5=AE=BD=E9=AB=98=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/cw/cw_echarts_library/CHANGELOG.md | 8 ++++++++ .../components/cw-echart-bar-view/api.yaml | 12 ------------ .../components/cw-echart-bar-view/index.vue | 16 ++++++---------- .../components/cw-echart-basic-view/api.yaml | 12 ------------ .../components/cw-echart-basic-view/index.vue | 14 +++----------- .../components/cw-echart-line-view/api.yaml | 12 ------------ .../components/cw-echart-line-view/index.vue | 14 +++++--------- .../components/cw-echart-pie-view/api.yaml | 12 ------------ packages/cw/cw_echarts_library/manifest | 6 +++--- packages/cw/cw_echarts_library/package.json | 2 +- 10 files changed, 26 insertions(+), 82 deletions(-) diff --git a/packages/cw/cw_echarts_library/CHANGELOG.md b/packages/cw/cw_echarts_library/CHANGELOG.md index 8c916963..db97c588 100644 --- a/packages/cw/cw_echarts_library/CHANGELOG.md +++ b/packages/cw/cw_echarts_library/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.5 + +Associated Task: [#283415](https://projectmanage.netease-official.lcap.163yun.com/dashboard/TaskDetail?id=2834156332085760) + +### ✨Features + +- [c4b5bd9](https://github.com/vusion/cloud-ui-materials/commit/c4b5bd953fa23ff9f591ef09d84bfaa27e35d6bd) Thanks [wangxue08](https://github.com/wangxue08) ! - 图表的宽度和高度根据外部容器宽高自适应 + ## 1.0.4 Associated Task: [#281100](https://projectmanage.netease-official.lcap.163yun.com/dashboard/TaskDetail?id=2811004089143552) diff --git a/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml b/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml index 4fb153c7..2aab9726 100644 --- a/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml +++ b/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml @@ -209,18 +209,6 @@ default: true description: 允许用户设置保存图片 group: 图表功能 - - name: width - title: 宽度 - type: string - default: 380px - description: 设置图宽度 - group: 图表基础 - - name: height - title: 高度 - type: string - default: 300px - description: 设置图高度 - group: 图表基础 - name: formatter title: 标签内容格式器 type: string diff --git a/packages/cw/cw_echarts_library/components/cw-echart-bar-view/index.vue b/packages/cw/cw_echarts_library/components/cw-echart-bar-view/index.vue index 455dc3b4..fd2f01a8 100644 --- a/packages/cw/cw_echarts_library/components/cw-echart-bar-view/index.vue +++ b/packages/cw/cw_echarts_library/components/cw-echart-bar-view/index.vue @@ -1,6 +1,6 @@