ecomfe/vue-echarts

use autoresize;When the height changes decreases, the chart is abnormal

clikli opened this issue · 2 comments

Confirmation

  • I can confirm this problem is not reproducible with ECharts itself.

How are you introducing Vue-ECharts into your project?

ES Module imports

Versions

6.7.3

Details

<v-chart :style="{ height: 400 + 'px' }"  :option="option" autoresize></v-chart>
<v-chart :style="{ height: 300 + 'px' }"  :option="option" autoresize></v-chart>

When the height decreases, the chart does not render properly

Reproduction

null

Reproduction link is required.

Caused by using another plugin