File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.6.10
2
+
3
+ * Fixed that ` autoresize ` doesn't work when reducing the height or the root element.
4
+
1
5
## 6.6.9
2
6
3
7
* Fixed that the chart may not be the same size as the component root element ([ #761 ] ( https://github.com/ecomfe/vue-echarts/issues/761 ) ).
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-echarts" ,
3
- "version" : " 6.6.9 " ,
3
+ "version" : " 6.6.10 " ,
4
4
"description" : " Vue.js component for Apache ECharts™." ,
5
5
"author" :
" GU Yiling <[email protected] >" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
- x-vue-echarts {display : flex; flex-direction : column ;width : 100% ;height : 100% ;min-width : 0 }
2
- .vue-echarts-inner {flex-grow : 1 ; min-width : 0 }
1
+ x-vue-echarts {display : block; position : relative ;width : 100% ;height : 100% ;min-width : 0 }
2
+ .vue-echarts-inner {position : absolute; top : 0 ; right : 0 ; bottom : 0 ; left : 0 }
You can’t perform that action at this time.
0 commit comments