You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/09/13 01:40:20 UTC

[GitHub] [echarts] cyrna opened a new issue, #17642: [Bug] 关系图,环形,当节点为四个时,中间的连线曲率失效,都变成直线重叠在一起

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-unsubscribe@echarts.apache.org.apache.org

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


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


[GitHub] [echarts] echarts-bot[bot] commented on issue #17642: [Bug] 关系图,环形,当节点为四个时,中间的连线曲率失效,都变成直线重叠在一起

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #17642:
URL: https://github.com/apache/echarts/issues/17642#issuecomment-1244793169

   @cyrna It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] The relationship graph, ring, when there are four nodes, the curvature of the connection in the middle fails, and they all become straight lines and overlap each other
   </details>


-- 
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-unsubscribe@echarts.apache.org

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


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


[GitHub] [echarts] echarts-bot[bot] commented on issue #17642: [Bug] 关系图circular,节点四个时,中间的连线曲率失效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #17642:
URL: https://github.com/apache/echarts/issues/17642#issuecomment-1247772985

   @cyrna Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html), [CodePen](https://codepen.io/Ovilia/pen/dyYWXWM), [CodeSandbox](https://codesandbox.io/s/echarts-basic-example-template-mpfz1s) or [JSFiddle](https://jsfiddle.net/plainheart/e46ozpqj/7/).


-- 
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-unsubscribe@echarts.apache.org

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


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