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

   ### Version
   
   5.5.0
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/en/editor.html?c=lines-bmap
   
   ### Steps to Reproduce
   
   1. Create several lines layers
   2. In Chrome, go to developer mode and observe the canvas
   
   ### Current Behavior
   
   2 canvas are drawn in dom, one of them with id equal to undefined
   
   ### Expected Behavior
   
   If zlevel is not specified, then all layers are drawn on one canvas
   
   ### Environment
   
   ```markdown
   - OS: Win 10
   - Browser: Chrome 122.0.6261.112
   - Framework: React
   ```
   
   
   ### Any additional comments?
   
   We encountered a similar bug in our project when we noticed that there was 
an extra canvas in the dom (we did not specify zlevel). The problem was solved 
by specifying zlevel, but in theory it should be 0 by default.
   A similar bug is also present in your examples 
(https://echarts.apache.org/examples/en/editor.html?c=lines-bmap), where we 
also noticed a similar bug in one of them.


-- 
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