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

[Bug] Cannot read properties of undefined (reading 'getProgressive') #20548

Open
ZeRego opened this issue Nov 27, 2024 · 0 comments
Open

[Bug] Cannot read properties of undefined (reading 'getProgressive') #20548

ZeRego opened this issue Nov 27, 2024 · 0 comments
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@ZeRego
Copy link

ZeRego commented Nov 27, 2024

Version

^5.4.3

Link to Minimal Reproduction

n/a

Steps to Reproduce

We got a sentry report for this error. We haven't been able to reproduce locally.

Screenshot 2024-11-27 at 16 14 04
../../../../node_modules/echarts/lib/core/Scheduler.js in <anonymous> at line 159:37

  Scheduler.prototype.restorePipelines = function (ecModel) {
    var scheduler = this;
    var pipelineMap = scheduler._pipelineMap = createHashMap();
    ecModel.eachSeries(function (seriesModel) {
      var progressive = seriesModel.getProgressive();            // throws error here
      var pipelineId = seriesModel.uid;
      pipelineMap.set(pipelineId, {
        id: pipelineId,
        head: null,
        tail: null,

Current Behavior

Throws error TypeError: Cannot read properties of undefined (reading 'getProgressive')

Expected Behavior

No error

Environment

- OS: Windows >= 10
- Browser: Chrome 131.0.0
- Framework: React via "echarts-for-react": "^3.0.2"

Any additional comments?

No response

@ZeRego ZeRego added the bug label Nov 27, 2024
@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Nov 27, 2024
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 pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

1 participant