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 2020/10/30 08:50:57 UTC

[GitHub] [incubator-echarts] Witee opened a new issue #13516: graph 坐标设置x,y无效

Witee opened a new issue #13516:
URL: https://github.com/apache/incubator-echarts/issues/13516


   ### Version
   4.9.0
   
   ### Steps to reproduce
   配置如下
   ```
   option = {
       title: {
           text: 'Graph 简单示例'
       },
       series: [
           {
               type: 'graph',
               layout: 'none',
               symbolSize: 50,
               label: {
                   show: true
               },
               edgeSymbol: ['circle', 'arrow'],
               edgeSymbolSize: [4, 10],
               edgeLabel: {
                   fontSize: 20
               },
               data: [{
                   name: '节点1',
                   x: 100,
                   y: 100,
               }],
           }
       ]
   };```
   把上面配置放到下面链接里,就能到效果.
   https://echarts.apache.org/examples/zh/editor.html?c=graph-simple
   
   ### What is expected?
   希望可以根据xy设置位置
   
   ### What is actually happening?
   xy设置无效
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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



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


[GitHub] [incubator-echarts] Witee commented on issue #13516: graph 坐标设置x,y无效

Posted by GitBox <gi...@apache.org>.
Witee commented on issue #13516:
URL: https://github.com/apache/incubator-echarts/issues/13516#issuecomment-719427779


   单个节点总是在中间, 多个时每个离的很远,配置无效.


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



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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13516: graph 坐标设置x,y无效

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


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


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



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


[GitHub] [incubator-echarts] pissang commented on issue #13516: graph 坐标设置x,y无效

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #13516:
URL: https://github.com/apache/incubator-echarts/issues/13516#issuecomment-720257954


   现在关系图会对整个图进行居中和缩放适应,所以设置的 x, y 值不是最终呈现的像素位置


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



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


[GitHub] [incubator-echarts] Witee commented on issue #13516: graph 坐标设置x,y无效

Posted by GitBox <gi...@apache.org>.
Witee commented on issue #13516:
URL: https://github.com/apache/incubator-echarts/issues/13516#issuecomment-720348050


   > 现在关系图会对整个图进行居中和缩放适应,所以设置的 x, y 值不是最终呈现的像素位置
   
   那x,y值如何生效呢?


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



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