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/07/29 08:48:46 UTC

[GitHub] [echarts] admin8756 opened a new issue, #17444: [Bug] There are other points between two points in the graph

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

   ### Version
   
   5.0.2
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/admin8756/pen/JjLOvRy
   
   ### Steps to Reproduce
   
   var container = document.getElementById('main');
   var chart = echarts.init(container);
   chart.setOption({
     series: [
      {
         type: 'graph',
         layout: 'none',
         symbolSize: 50,
         roam: true,
         label: {
           show: true
         },
         edgeSymbol: ['circle'],
         edgeSymbolSize: [4, 10],
         edgeLabel: {
           fontSize: 20
         },
         data: [
           {
             name: 'Node 1',
             x: 300,
             y: 100
           },
            {
             name: 'Node 2',
             x: 300,
             y: 150
           },
           {
             name: 'Node 3',
             x: 300,
             y: 125
           },
          
         ],
         links: [
           {
             source: 'Node 1',
             target: 'Node 2'
           },
         ],
         lineStyle: {
           opacity: 1,
           width: 5,
           curveness: 0
         }
       }
     ]
   });
   
   
   ### Current Behavior
   
   In the case of the same x-axis. If there is a point between the two points. It will make the middle point look like a link.
   
   ### Expected Behavior
   
   > If there is a little in the middle of the line. I hope I can get around it
   
   ### Environment
   
   ```markdown
   - OS:win
   - Browser:chrome
   - Framework:vue
   ```
   
   
   ### Any additional comments?
   
   We hope to link online. Points that can be bypassed
   
   Ecarts cannot customize an empty node. To realize the broken line. But G6 can add custom node
   
   There is a C node between a and B
   
   If a and C are linked, and B is linked with C. At this time, if a and B are linked. There will be multiple lines. 
   
   Because it is impossible to judge when a curve needs to be used. I hope the relationship between lines and points can not coincide.


-- 
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] closed issue #17444: [Bug]

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] closed issue #17444: [Bug] 
URL: https://github.com/apache/echarts/issues/17444


-- 
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 #17444: [Bug]

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

   I'm sorry to close this issue for it lacks the necessary title. Please provide **a _descriptive_ and as _concise_ as possible title to describe your problems or requests** and then the maintainers or I will reopen this issue.
   
   Every good bug report or feature request starts with a title. Your issue title is a critical element as it's the first thing maintainers see.
   
   A good issue title makes it easier for maintainers to understand what the issue is, easily locate it, and know what steps they'll need to take to fix it.
   
   Moreover, it's better to include keywords, as this makes it easier to find the issue self and similar issues in searches.


-- 
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