-
g6-editor 版本:1.2.0
```
import G6Editor from '@antv/g6-editor';
const { Flow } = G6Editor;
// 注册输入源基类
Flow.registerNode('model-input', {
draw(item) {
const group = item.getGraphicGroup()…
-
想问下最原生的写法应该如何写?
![image](https://user-images.githubusercontent.com/15686186/47483738-8d179280-d86c-11e8-97bc-00ab87707711.png)
![image](https://user-images.githubusercontent.com/15686186/47483774-9b…
-
yarn 方法安装 报错内容
error An unexpected error occurred: "http://nexus.industics.com:8081/repository/npm-dev/async-validator/-/async-validator-1.8.5.tgz: ETIMEDOUT".
npm 方法安装 报错内容
gyp ERR! configure er…
-
ERROR in ./demos/src/base.js
Module build failed: SyntaxError: D:/Learn/angular/g6test/g6-editor-master/demos/src/base.js: Unexpected token (6:16)
4 | import BaseFlowEditor from '../rc-component…
-
![image](https://user-images.githubusercontent.com/38972549/58158923-0154d000-7cae-11e9-8535-2a20a1b15e64.png)
像下面一样
![image](https://user-images.githubusercontent.com/38972549/58159051-47119880-7ca…
-
## 这个功能解决了什么问题
记得2.x 版本支持小图预览整个大图的功能,后面考虑添加吗
## 你所期望的 API 是怎样的
-
G6 edit is a pioneering library of schematic components, i have already seen [ G6 edit design](https://yuque.com/antv/blog/g6-editor-design), beautiful views and good Interactive for use, i am very wa…
ruoru updated
6 years ago
-
g6-editor中是这样实现的,在gg里面怎么写呢:
const page = editor.getCurrentPage();
// 输入锚点不可以连出边
page.on('hoveranchor:beforeaddedge', ev => {
if (ev.anchor.type === 'input') {
ev.cance…
-
在click事件中item为空
node:click事件无法监听到
this.graphData = {
nodes: [{
id: 'node1',
shape:'circle',
label: 'START',
x: 100,
y: 100,
labelCfg:{
…
-
Bug report for Colab: http://colab.research.google.com/.
- Describe the current behavior:
Using mobile version of page on Android phone ( probably not related - via SwiftKey v7.3.1.17 keyboard ) b…