ecomfe / vue-echarts

Vue.js component for Apache ECharts™.
https://vue-echarts.dev
MIT License
9.43k stars 1.48k forks source link

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

Closed zhang761750981 closed 1 week ago

zhang761750981 commented 1 week ago

Confirmation

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

Justineo commented 1 week ago

Reproduction link is required.

zhang761750981 commented 1 week ago

Caused by using another plugin