cyrna opened a new issue, #17642:
URL: https://github.com/apache/echarts/issues/17642

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
          ...
           series: [
             {
               type: 'graph',
               layout: 'circular', 
              },
               autoCurveness: 256,
               data: [
           {
             name: 'Node 1',
           },
           {
             name: 'Node 2',
           },
           {
             name: 'Node 3',
           },
           {
             name: 'Node 4',
           }
         ],  //数据任意只要是四个节点
               links:[
           {
             source: 0,
             target: 1,
            
             label: {
               show: true
             },
             
           },
           {
             source: 'Node 2',
             target: 'Node 1',
             label: {
               show: true
             },
            
           },
           {
             source: 'Node 1',
             target: 'Node 3',
             label: {
               show: true
             },
             
           },
            {
             source: 'Node 3',
             target: 'Node 1',
              label: {
               show: true
             },
             
           },
           {
             source: 'Node 2',
             target: 'Node 3'
           },
            {
             source: 'Node 2',
             target: 'Node 3'
           },
           {
             source: 'Node 2',
             target: 'Node 4',
              label: {
               show: true
             },
           },
            {
             source: 'Node 4',
             target: 'Node 2',
              label: {
               show: true
             },
           },
           {
             source: 'Node 1',
             target: 'Node 4',
              label: {
               show: true
             },
           },
           {
             source: 'Node 4',
             target: 'Node 1'
           }
         ],  //每个节点之间多条关系连线
           ]
   
         }
   
   ### Current Behavior
   
   
![1663032947130](https://user-images.githubusercontent.com/31532027/189788076-a14f253d-0f34-4507-be58-f4404caaec65.png)
   
   
   ### Expected Behavior
   
   中间的线也是正常的曲率,这种情况在其他个数的节点中均未发现,只有四个不行
   
   ### Environment
   
   ```markdown
   - OS:win10
   - Browser:chrome
   - Framework:Vue@3
   ```
   
   
   ### 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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to