A work flow editor based on g6 and antd
- 拖拽式更新工作流程图
- 数据与图双向转换
基于 react-dnd
和 react-dnd-html5-backend
创建拖拽节点与背景画布。
基于 g6
创建可视化图,根据 api 提供的 registerBehavior
注册行为,监听鼠标事件,基于 g6 提供的 ToolBar
, Menu
, Minimap
, Grid
等插件,提供更多功能。
基于 antd
提供的 UI 组件优化样式。
请查看 在线 Demo
项目仅供学习和参考,或许不适合直接用于项目中。