Version
5.1.2
Steps to reproduce
- vue 3.0
- onMounted(() => {
window.addEventListener('resize', () => {
echarts.resize()
})
})
- change window's width
What is expected?
echarts to resize on window resize
What is actually happening?
error: resize` should not be called during main process
example link
https://codesandbox.io/s/quizzical-mahavira-3gvst?file=/src/App.vue
Version
5.1.2
Steps to reproduce
window.addEventListener('resize', () => {
echarts.resize()
})
})
What is expected?
echarts to resize on window resize
What is actually happening?
error: resize` should not be called during main process
example link
https://codesandbox.io/s/quizzical-mahavira-3gvst?file=/src/App.vue