-
像编辑器上的afterAddPage时间,在g6-editor的官方文档也没有说明,请问你们是阅读源代码找到的吗?是怎么找到的啊?
wefiy updated
6 years ago
-
# 现象
graph.read({}),会导致画布事件监听出错,比如 onMousemove 时,报错
# 场景
在 g6-editor 中,undo 代码调用的是 page.read(),若此时数据为空,则会导致报错
-
![image](https://user-images.githubusercontent.com/6113694/41915135-8944e232-7987-11e8-8313-a73ddc36fc84.png)
-
环境
```
"@antv/g2": "^3.2.6",
"@antv/g6": "^2.1.0",
"@antv/g6-editor": "^1.0.8",
```
用法
```
Flow.registerNode(
'test',
{
anchor: [
[
1…
-
```js
const graph = new G6.Graph({
renderer: 'svg'
});
```
-
http://site.alipay.net/datavis/g6-editor/examples/mind.html
gaoli updated
6 years ago
-
layout 使用 小米关系图谱 中的布局,同时使用了minimap, 显示的miniMap错误
[https://codepen.io/paradisefj/pen/vaVpBR?editors=1010](codeopen 在此)
```
var Plugin = G6.Plugins["tool.minimap"];
var plugin = new Plugin({…
-
https://antv.alipay.com/assets/dist/3.0.0/g6/1.x/editor/base.html
这个流程编辑器,左侧的节点可以自定义吗,看了HTML源代码,好像是要手动生成svg图片。
节点的属性只有名称尺寸颜色,可以自定义吗,
最后编辑完成后, 怎么获取编辑好的数据。
这部分文档没找到,不知道是不是找漏了。
-
* **G6 Version**:
* **Platform**:
* **Mini Showcase(like screenshots)**:
* **CodePen Link**:
场景如下:
需要实现类似g6-editor的功能,使用到自定义behaviour 和mode。
比如我自定义了一个叫edit的mode,要在退出edit模式时销毁一些辅助dom,例如销毁…
-
By reading the documentation, I found demos for editing edge color, width and shape.
But I have a heterogeneous data set with different branch length across nodes.
I can't find any examples for cu…