DieYiSu opened a new issue #10643: Force layout - Mirror edgeLabel problem URL: https://github.com/apache/incubator-echarts/issues/10643 ### Version 4.2.0-rc.2 ### Reproduction link [https://gallery.echartsjs.com/editor.html?c=xUhc8bMDbM&v=1](https://gallery.echartsjs.com/editor.html?c=xUhc8bMDbM&v=1) ### Steps to reproduce Force layout - Mirror edgeLabel problem 1. open the line of reproduction. 2. drag the node which name is "父" (Father) 3. see the edge Label, it show '父子'at first, but when you drag the node around, the mirror edge label will show '子父', but it should be '父子' ### What is expected? What ever you drag the node to anywhere, the edge label will still show 父子, instead of 子父' (read from source: 子 to the target : 父). ### What is actually happening? the mirror edge label show 子父 --- Because of reading habit, is from left to right, so this problem might make some people confuse the information is correct or not. <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
