jerdbo opened a new issue #9909: force layout, set left 5% don't work, 75% work
URL: https://github.com/apache/incubator-echarts/issues/9909
 
 
   
    series : [
               {
                   type: 'graph',
                   layout: 'force',
                   // progressiveThreshold: 700,
                 
                   label: {
                       emphasis: {
                           position: 'right',
                           show: true
                       }
                   },
                   force: {
                       repulsion: 100,
                       edgeLength: [20, 500]
                   },
                   roam: true,
                   focusNodeAdjacency: true,
                   lineStyle: {
                       normal: {
                           width: 0.5,
                           curveness: 0.3,
                           opacity: 0.7
                       }
                   },
                  left: '5%' // but 75% work
               }
           ]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to