Repository Details
Shared by


HelloGitHub Rating
0 ratings
Free•MIT
Claim
Discuss
Collect
Share
6.2k
Stars
Yes
Chinese
TypeScript
Language
Yes
Active
122
Contributors
170
Issues
Yes
Organization
@ant/x6@2.11.3
Latest
2k
Forks
MIT
License
More

AntV 旗下的图编辑引擎。提供了开箱即用的交互组件和简单易用的节点定制能力,从而能够快速完成流程图、DAG 图、ER 图等图应用。示例代码:
```javascript
import { Graph } from '@antv/x6';
const graph = new Graph({
container: document.getElementById('container'),
width: 800,
height: 600,
background: {
color: '#fffbe6', // 设置画布背景颜色
},
grid: {
size: 10, // 网格大小 10px
visible: true, // 渲染网格背景
},
});
```
Included in:
Vol.58
Comments
Rating:
No comments yet