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 @@