-
Notifications
You must be signed in to change notification settings - Fork 19.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关系图中怎么让一个节点指向自己 并且有箭头显示 像这样的 #17612
Labels
Comments
This comment has been minimized.
This comment has been minimized.
Please follow #15405 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
1 在关系图中 怎么让一个节点指向自己 并且有箭头显示 像这样的
![image](https://user-images.githubusercontent.com/65716967/188313392-e92e1f5d-f7bf-4a0e-8a01-297e1ee66112.png)
2怎么现实的label不随着line方向展示 而是调整为水平的呢
![image](https://user-images.githubusercontent.com/65716967/188313434-6ec31220-c88b-47d7-bb8f-eda95e74eb55.png)
What does the proposed API look like?
option = {
title: {
text: 'Basic Graph'
},
tooltip: {},
animationDurationUpdate: 1500,
animationEasingUpdate: 'quinticInOut',
series: [
{
type: 'graph',
layout: 'none',
symbol:'rect',
symbolSize: [140,100],
roam: true,
label: {
show: true
},
]
};
The text was updated successfully, but these errors were encountered: