Releases: ecomfe/vue-echarts
Releases · ecomfe/vue-echarts
v6.6.9
- Fixed that the chart may not be the same size as the component root element (#761).
v6.6.8
- Fixed the postinstall script to patch the correct
types
entry for Vue 2.7.
v6.6.7
- Added missing type file for Vue 2.7.
v6.6.6
- Fixed types for Vue < 2.7.
v6.6.5
- Fixed type for
option
regressed in v6.6.2.
v6.6.4
- Fixed style regression introduced by v6.6.3.
v6.6.3
- Fixed inner wrapper styles.
v6.6.2
- Fixed that tooltips may affected by internal styling by VueECharts.
v6.6.1
- Make
padding
work out-of-the-box.
v6.6.0
- Added support for
autoresize
accepting an options object to specify custom throttle delay or resize callback.