flybbjcs70 opened a new issue, #21728: URL: https://github.com/apache/echarts/issues/21728
### Version 6.1.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=scatter-simple&code=yy8oyczPU7BVqOZSUKhwrMgstgIzFRRKKgtSrRTUkxNLUtPziyrVdcCiKYkliVYK0eqJ6rFAfi1IsJJ4XRUV6rEQkazMkpLUIisFYwMDmDnFqUWZqUCDosEKIMYBRStzk_JzgjOrgMYaGUA0ww2E8kAA5CQdkAU6hlAr0MWNRsUHiTicAU0txcDkAkwN6mDRWiAZy1VrDQA&enc=deflate ### Steps to Reproduce ```js option = { xAxis: { type: 'category', data: ['a'], jitter: 300 }, yAxis: { type: 'category', data: ['xx'], jitter: 300 }, series: [ { symbolSize: 20, data: [ ['a','xx',1], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ['a','xx',2], ], type: 'scatter' } ] }; ``` ### Current Behavior 散点y轴没随机偏移 ### Expected Behavior 散点y轴随机偏移 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
