Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'seriesTaskMap' of null #14867

Closed
maozhenzhong opened this issue May 5, 2021 · 4 comments · Fixed by #14934
Closed

TypeError: Cannot read property 'seriesTaskMap' of null #14867

maozhenzhong opened this issue May 5, 2021 · 4 comments · Fixed by #14934
Assignees
Labels
bug en This issue is in English
Milestone

Comments

@maozhenzhong
Copy link

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)

@echarts-bot
Copy link

echarts-bot bot commented May 5, 2021

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that it contains a minimum reproducible demo and necessary images to illustrate. Otherwise, our committers will ask you to do so.

A minimum reproducible demo should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.

You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing list.

Have a nice day! 🍵

@echarts-bot echarts-bot bot added bug en This issue is in English pending We are not sure about whether this is a bug/new feature. waiting-for: community labels May 5, 2021
@pissang pissang added this to the 5.1.2 milestone May 5, 2021
@Ovilia Ovilia removed pending We are not sure about whether this is a bug/new feature. waiting-for: community labels May 14, 2021
@pissang pissang closed this as completed May 17, 2021
@shiyuanzheng
Copy link

升级5.1.1后还是有同样的报错,初步判断是和autoresize属性配置相关

@SadWood
Copy link

SadWood commented Jun 9, 2021

在mounted之后再设置autoresize,就可以解决这个报错

@pissang
Copy link
Contributor

pissang commented Jun 9, 2021

5.1.2 中修复了这个错误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English
Projects
None yet
6 participants