GGEditor icon indicating copy to clipboard operation
GGEditor copied to clipboard

A visual graph editor based on G6 and React

Results 103 GGEditor issues
Sort by recently updated
recently updated
newest added

## 这个功能解决了什么问题 ## 你所期望的 API 是怎样的

## 版本 3.1.3 ## 环境 Win10 x64 1909, Firefox 81.0.1, React 16.13.1 ## 重现链接 就你们官网上的DEMO都有这个bug:[https://ggeditor.com/_demos/index-3/](https://ggeditor.com/_demos/index-3/) ![1](https://user-images.githubusercontent.com/49391101/95678120-14e33c80-0bfd-11eb-8398-f3fff8e6abb3.gif) ## 重现步骤 1. 选中一条边 2. 鼠标在任一结点上来回移动 ## 期望的结果是什么 不变粗变大 ## 实际的结果是什么 变粗变大

hello , antd pro v4 集成了 流程编辑器 的区块, 他是使用了 gg-editor 的组件。 不仅仅只有 Flow 或 Mind 组件, 他还内置了大量的其他辅助组件,比如 CanvasPanel, DetailPanel, EdgePanel, GroupPanel, MultiPanel, NodePanel, Item, ItemPanel, Minimap, Toolbar .... 等等 ,...

希望大神抽时间,能写一个注册边,或者注册命令的例子,感谢! 或者有会的小伙伴,能给提点宝贵意见!(有偿) 线上预览地址:http://121.37.169.182 测试登录账号:guest 测试登录密码:123 ![image](https://user-images.githubusercontent.com/69340754/89619631-de1d3d00-d8c0-11ea-8a04-aadf5471006d.png) ![image](https://user-images.githubusercontent.com/69340754/89619727-09a02780-d8c1-11ea-8328-fcd2b4254a2f.png) ![image](https://user-images.githubusercontent.com/69340754/89619770-1c1a6100-d8c1-11ea-8b6a-aa8e6e869734.png) ![image](https://user-images.githubusercontent.com/69340754/89619245-39026480-d8c0-11ea-800b-42ecc309ee80.png)

怎么去除连线的箭头

版本: 2.0.4 自定义注册的边,通过拖拽的形式怎么体现到flow里呢 ![image](https://user-images.githubusercontent.com/26653083/70610358-666a1600-1c3e-11ea-9128-5f7585f29407.png)

## 版本 > 系统、浏览器、React 等版本信息 最新版, chrome, react 16.13.1 ## 期望的结果是什么 ## 实际的结果是什么

I'm using the latest version at the moment (3.1.3), and when I generate a node, link it with another one, then undo changes, the node disappears, and if I select...

## 这个功能解决了什么问题 默认添加了流程图的【开始】和【结束】,一个流程图只能有一个【开始】和【结束】,希望【开始】和【结束】不能被删除。 ## 你所期望的 API 是怎样的 1、流程节点model增加readonly或者disable等属性,禁止删除。 2、onBeforeChange增加返回参数,比如:e.cancel=true;