RypAsuka-Akira opened a new issue, #19728: URL: https://github.com/apache/echarts/issues/19728
### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=scatter-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMgL4A0asAnjvkUmRXgKYBOEThsA2hequgNh5KAWwBGwADYBlCAC8mRAEwAGcoPQATAIZhtRHhoFJYAN22SArou4BmUrABsAXQcQwTEdLCVJNkwDGUsAsRADkLEyaYbDEsepG3AAcAHQqAOwOjikAnACsrrwaXACMtmkO6Sl5SYWJ3DlpeQ6pSSV1iaUlFbCptrYdRqUALD1Vji4JQ2Upw1kpbYPFJSo92f1LgiM9qTmTRVslStXzSUqbAlyNJc2wVedTy9239xfoXOUq9rCjSgOPh2OSkqC3-B0uxxUwJ-s3Sb243RUt3KGwBl1GSIcoz28K42S-IKUw1xRzWKSU-3qpUhLQWxLR7yqKiSDjyCwe4PebKhrJSjlq4IuPhANjCeACug8LDCRWIFGcKGIAG4gA ### Steps to Reproduce 1. jump to [Case based on official example](https://echarts.apache.org/examples/zh/editor.html?c=scatter-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMgL4A0asAnjvkUmRXgKYBOEThsA2hequgNh5KAWwBGwADYBlCAC8mRAEwAGcoPQATAIZhtRHhoFJYAN22SArou4BmUrABsAXQcQwTEdLCVJNkwDGUsAsRADkLEyaYbDEsepG3AAcAHQqAOwOjikAnACsrrwaXACMtmkO6Sl5SYWJ3DlpeQ6pSSV1iaUlFbCptrYdRqUALD1Vji4JQ2Upw1kpbYPFJSo92f1LgiM9qTmTRVslStXzSUqbAlyNJc2wVedTy9239xfoXOUq9rCjSgOPh2OSkqC3-B0uxxUwJ-s3Sb243RUt3KGwBl1GSIcoz28K42S-IKUw1xRzWKSU-3qpUhLQWxLR7yqKiSDjyCwe4PebKhrJSjlq4IuPhANjCeACug8LDCRWIFGcKGIAG4gA) 2. Look closely at the red scatter ### Current Behavior The center of the red scatter is offset by a small distance to the upper left, rather than exactly at the intersection of the axes split line ### Expected Behavior The center of the red scatter is at the intersection of the axis dividers ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? The cause of the problem seems to be that in the source code, when initializing symbol, the initial position is set to [-1,-1] instead of [0,0]. https://github.com/apache/echarts/blob/master/src/chart/helper/Symbol.ts#L79 -- 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]
