mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 11:48:29 +08:00
WIP: G6 迁移新官网
This commit is contained in:
parent
74d9cbe884
commit
a6d515ec56
@ -26,7 +26,7 @@ Graph 的生命周期为:初始化—>加载数据—>渲染—>更新—>销
|
||||
| edgeStateStyles | Object | {} | 各个状态下边的样式,例如hover、selected,3.1版本新增。 |
|
||||
| defaultNode | Object | {} | 默认状态下节点的配置,比如 shape, size, color。会被写入的 data 覆盖。 |
|
||||
| defaultEdge | Object | {} | 默认状态下边的配置,比如 shape, size, color。会被写入的 data 覆盖。 |
|
||||
| plugins | Array | [] | 向 graph 注册插件。插件机制请见:[plugin](https://www.yuque.com/antv/g6/plugin) |
|
||||
| plugins | Array | [] | 向 graph 注册插件。插件机制请见:[plugin](/zh/docs/manual/tutorial/plugins#插件) |
|
||||
| animate | Boolean | false | 是否启用全局动画。 |
|
||||
| animateCfg | Object | | 动画配置项,仅在 animate 为 true 时有效。 |
|
||||
| animateCfg.<br />onFrame | Function | null | 回调函数,用于自定义节点运动路径,为空时线性运动。 |
|
||||
|
Loading…
Reference in New Issue
Block a user