Closed youthug closed 2 years ago
ES Module imports
├── echarts@5.3.3 ├── vue@2.7.3 └── vue-echarts@6.2.3
loading won't change chart's loading animation and loadingOptions doesn't take effect either
loading
loadingOptions
https://stackblitz.com/edit/vitejs-vite-jak4rr?file=src/App.vue
The issue seems to be already resolved after upgrading to vue@2.7.4.
vue@2.7.4
See https://stackblitz.com/edit/vitejs-vite-nkf98x
F.Y.I. The related issue: https://github.com/vuejs/vue/issues/12624
Confirmation
How are you introducing Vue-ECharts into your project?
ES Module imports
Versions
Details
loading
won't change chart's loading animation andloadingOptions
doesn't take effect eitherReproduction
https://stackblitz.com/edit/vitejs-vite-jak4rr?file=src/App.vue