Aaron

Results 45 issues of Aaron

* 调整 Graph API render,draw 实现 * 移除 element controller 中 init 对于 canvas.init 的等待,因为已经在 Graph render、draw 等待完成 * 变更了平移、缩放 API 的参数顺序 --- * Adjust Graph API render to draw...

The `History` is a independent plugin, which API should not mounted on the `Graph` class. It provides API calls through the following example: ```ts import { Extensions } from '@antv/g6';...

Now the lod-controller needs to configure properties of each part of the node, which is very complicated ![Image](https://github.com/antvis/G6/assets/25787943/5dfbaf4b-de68-4ac2-b7df-74f0cffa428d) After https://github.com/antvis/G6/issues/5319 be solved, we can make adjustments to the plugin: *...

As we know, a tree is a special unidirectional acyclic graph, Therefore, any graph that satisfies this structure can be displayed as the structure of a tree. It is not...

In current G6 5.0, if a developer wants to customize a item, (e.g. node), he needs to know the basic composition of the node, like `keyShape` `iconShape`. Now we think...

Remove the logic from the `Graph`, The G6 `Graph` should not obviously perceive and manipulate the relevant implementation of the layered canvas. The layered canvas uses the following structure: ![Image](https://github.com/antvis/G6/assets/25787943/867117fd-9aac-4334-8a9c-87b0024db8c7)

### Version 2.2.13 ### OS Version IOS 17 ### Node.js Version 18 ### Browser Version Microsoft Edge 117.0.2045.42/ 微信 8.0.42 / Safari ### Link to minimal reproduction / ### Steps...

bug
PR Welcome

17 版本 algorithm 发布时构建有点问题,现在重新发包

填入包名后,自动查询版本号、CDN地址(jsdelivr/unpkg),并推荐UMD名

enhancement

参考 G 的实践进行优化 https://github.com/antvis/G/pull/1383 https://github.com/antvis/G/actions/runs/5407941823/workflow

enhancement