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 2019/12/27 08:59:26 UTC

[GitHub] [incubator-echarts] sj15652194049 opened a new issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人

sj15652194049 opened a new issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人
URL: https://github.com/apache/incubator-echarts/issues/11928
 
 
   dom手动添加节点,第一个不管设置xy多少都在中间显示,第二个设置x一样的值,y只要相差1像素都跑到很远的地方了。啥玩意啊 - -。有大神知道怎么设置位置后不变吗

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


With regards,
Apache Git Services

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


[GitHub] [echarts] thqymy commented on issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人

Posted by GitBox <gi...@apache.org>.
thqymy commented on issue #11928:
URL: https://github.com/apache/echarts/issues/11928#issuecomment-881286768


   设置series的width 然后再设置left就行了


-- 
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] [incubator-echarts] echarts-bot[bot] closed issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] closed issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人
URL: https://github.com/apache/incubator-echarts/issues/11928
 
 
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人
URL: https://github.com/apache/incubator-echarts/issues/11928#issuecomment-569225573
 
 
   This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it. 🙊
   Sorry for this, but it helps save our maintainers' time so that more developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。

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


With regards,
Apache Git Services

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


[GitHub] [echarts] thqymy edited a comment on issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人

Posted by GitBox <gi...@apache.org>.
thqymy edited a comment on issue #11928:
URL: https://github.com/apache/echarts/issues/11928#issuecomment-881286768


   设置width 然后再设置left就行了


-- 
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] [incubator-echarts] Witee commented on issue #11928: graph 坐标xy怎么固定位置,多一个节点位置就变一次 好烦人

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


   没人回复啊, 我也想知道为什么只有一个点的时候不管怎么设置 x,y 都是在中间.
   
   配置如下
   ```
   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


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