You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got a sentry report for this error. We haven't been able to reproduce locally.
../../../../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
The text was updated successfully, but these errors were encountered:
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.
Current Behavior
Throws error TypeError: Cannot read properties of undefined (reading 'getProgressive')
Expected Behavior
No error
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: