ZeRego opened a new issue, #20548:
URL: https://github.com/apache/echarts/issues/20548

   ### 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.
   
   <img width="1290" alt="Screenshot 2024-11-27 at 16 14 04" 
src="https://github.com/user-attachments/assets/8e120979-2ccb-438a-9e75-3ff541f65f7d";>
   
   
   ```
   ../../../../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
   
   ```markdown
   - OS: Windows >= 10
   - Browser: Chrome 131.0.0
   - Framework: React via "echarts-for-react": "^3.0.2"
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to