{ id: 'n1', label: '步骤一', x: 100, y: 50 }, { id: 'n2', label: '步骤二', x: 300, y: 150 } ], edges: [ { source: 'n1', target: 'n2' } ] }; editor.read(data);深入理解 X-Flowchart-Vue 的实现原理 X-Flowchart-Vue 利用 G6 提供的图形渲染能力,并结合 Vue 的数据...
#git clone https://github.com/OXOYO/X-Flowchart-Vue.git#install dependenciesyarn install### run devyarn run serve 功能 功能默认启用快捷键工具栏右键菜单备注 logo✔✔✖Logo undo✔ctrl + z✔✔撤销 clearLog✔ctrl + shift + l✔✔清空操作日志 ...
A visual graph editor based on G6 and Vue.预览online示例# git clone https://github.com/OXOYO/X-Flowchart-Vue.git # install dependencies yarn install ### run dev yarn run serve功能功能默认启用快捷键工具栏右键菜单备注 logo ✔ ✔ ✖ Logo undo ✔ ctrl + z ✔ ✔ 撤销 clearLog ...
vue.config.js 迁移Editor。 6年前 yarn.lock 迁移Editor。 6年前 README MIT X-Flowchart-Vue A visual graph editor based on G6 and Vue. Version XFC v3.0.0 v2.0.0 v1.0.0 Preview online Example # git clone https://github.com/OXOYO/X-Flowchart-Vue.git# install dependenciesyarn install#...
KelvinLong/X-Flowchart-Vue 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) ...
FlowChartX 控件是用来绘制流程图的ActiveX控件,能够帮助你创建工作流程图、对象层次和关系图、网络拓扑图、实体关系图、IVR、工业自动化、genealogy trees 、算法流程图、组织结构图、XML文档、类图等,控件为用户创建和编辑图形提供了直观的交互模式,支持打印和序列化。
X-Flowchart-Vue 基于G6和Vue的可视化图形编辑器。A visual graph editor based on G6 and Vue. - View it on GitHub http://oxoyo.co/X-Flowchart-Vue/ Star 1475 Rank 25894 Released by @k0kubun in December 2014. Fork me on GitHub. ...
XFlowchartVue.zipSo**灵魂 上传3.73 MB 文件格式 zip flowchart g6 g6-editor gg-editor jsplumb mind processon vue-flowchart workflow xfc 基于G6和Vue的可视化图形编辑器。A visual graph editor based on G6 and Vue. 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 ...
A visual graph editor based on G6 and Vue.预览online示例# git clone https://github.com/OXOYO/X-Flowchart-Vue.git # install dependencies yarn install ### run dev yarn run serve功能功能默认启用快捷键工具栏右键菜单备注 logo ✔ ✔ ✖ Logo undo ✔ ctrl + z ✔ ✔ 撤销 clearLog ...
#git clone https://github.com/OXOYO/X-Flowchart-Vue.git#install dependenciesnpm install#serve with hot reload at localhost:8080npm run dev TODO v2.0.0 ***重构:基于Vue plugin重构。 ***自定义:基于props实现较高自由度的config配置。 **优化 界面:交互效果提升。