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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]