crywhy opened a new issue, #19063: URL: https://github.com/apache/echarts/issues/19063
### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/en/option-gl.html#series-scatter3D.symbol ### Steps to Reproduce document chart GL configuration series.symbol type: 'scatter3D' description: Icons can be set to arbitrary vector path via 'path://' in ECharts. As compared with a raster image, vector paths prevent jagging and blurring when scaled, and have better control over changing colors. The size of the vector icon will be adapted automatically. Refer to [SVG PathData](http://www.w3.org/TR/SVG/paths.html#PathData) for more information about the format of the path. You may export vector paths from tools like Adobe ### Current Behavior But whether I try images or SVG charts, I can't show them ### Expected Behavior It is reasonable to say that the circles in the symbol will be replaced with SVG or images, but why is it not actually ### Environment ```markdown - OS: - Browser:Chrome 116.0.5845.111 - Framework:html ``` ### Any additional comments? Save the child -- 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]
