-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Description
Version
5.1.1
Steps to reproduce
install
"echarts": "^5.1.1",
"vue-echarts": "^6.0.0-rc.5",
What is expected?
success
What is actually happening?
[Vue warn]: Error in nextTick: "TypeError: Cannot read property 'seriesTaskMap' of null"
TypeError: Cannot read property 'seriesTaskMap' of null
at eval (Scheduler.js?7c13:228)
at Array.forEach ()
at each (util.js?6d8b:206)
at Scheduler._performStageTasks (Scheduler.js?7c13:221)
at Scheduler.performDataProcessorTasks (Scheduler.js?7c13:208)
at ECharts.update (echarts.js?1be7:1256)
at ECharts.resize (echarts.js?1be7:899)
at eval (ECharts.ts?ae95:152)
at Array.eval (vue.runtime.esm.js?2b0e:1980)
at flushCallbacks (vue.runtime.esm.js?2b0e:1906)