You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/05/29 07:35:44 UTC

[GitHub] [incubator-echarts] sxmpasch commented on issue #10563: Issue of the end points of edges in Graph chart

sxmpasch commented on issue #10563: Issue of the end points of edges in Graph chart
URL: https://github.com/apache/incubator-echarts/issues/10563#issuecomment-496821485
 
 
   It looks like the end points do not take the symbolSize into account (not on the general level and not on the particular nodes). Until fixed, you could modify the symbolOffset for the two nodes:
   
               data: [{
                   name: '节点1',
                   x: 300,
                   y: 300,
                   symbolOffset: [-26,0],
               }, {
                   name: '节点2',
                   x: 800,
                   y: 300,
                   symbolOffset: [26,0],
               }, {
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org