ecomfe / vue-echarts

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

vue-echarts 6.6.3 cannot render correctly #754

Closed Jasonchang6435 closed 6 months ago

Jasonchang6435 commented 6 months ago

Confirmation

How are you introducing Vue-ECharts into your project?

ES Module imports

Versions

"vue": "^3.3.11",
"vue-echarts": "^6.6.3",
echarts": "^5.4.3",
"vite": "5.0.8",

Details

  <v-chart class="chart" :option="option" theme="taskon" :loading="loading" :loading-options="loadingOptions"
    autoresize />

    options = xxx // any options works in echarts originally 

I'm using vue3 composition API with vue-echarts, when I upgrade from 6.6.1 to 6.6.3, vue-echarts cannot render correctly which works fine in version 6.6.1, please fix it ASAP

Reproduction

https://2y6m6.csb.app/

Justineo commented 6 months ago

v6.6.3 had a style regression. Please try v6.6.4.