-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Labels
Description
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