richardehughes opened a new issue, #18331: URL: https://github.com/apache/echarts/issues/18331
### Version 5.4 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. I create the chart exactly as the example on https://echarts.apache.org/examples/en/editor.html?c=graph-label-overlap 2. I add the line: myChart.setOption({center:[400,200],zoom:0.4}); 3. Zoom does not work (though center does) ### Current Behavior Setting zoom with javascript on graph does not work. Easy to see: look at example: https://echarts.apache.org/examples/en/editor.html?c=graph-label-overlap If you add this line at the bottom: myChart.setOption({center:[400,200],zoom:0.4}); center does work, but zoom does nothing ### Expected Behavior I expect zoom to work! ### Environment ```markdown - OS: macOS Monterey - Browser: chrome - Framework: angular ``` ### 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]
