helgasoft commented on issue #19707: URL: https://github.com/apache/echarts/issues/19707#issuecomment-1992524754
> If zlevel is not specified, then all layers are drawn on one canvas cannot replicate in [Demo Code]() - zlevel is **not** specified (default is 0 for both map and lines). I'm using default _world_ map instead of 3rd party _bmap_ to make it simpler. There are two _canvas_ elements: - data-zr-dom-id="zr_0" for the map - data-zr-dom-id="zr_undefined" for series "lines" When series _zlevel:1_ the second (series) canvas' id changes to ```data-zr-dom-id="zr_1"```. It makes sense for map and lines to be on two separate canvases, no? What is the problem ? -- 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]
