-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可以出一个完整的x6编辑器案例吗? #2623
Comments
👋 @xiaqiuchu Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. To help make it easier for us to investigate your issue, please follow the contributing guidelines. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
@xiaqiuchu |
谢谢,有vue版的或者 直接js引入的那种吗? |
xflow没有vue版本,不过我可以给你推荐一个我自己写的,也在我自己项目中使用了挺长时间的一个库 这个库思路和xflow不一样,实际上是借鉴了antv/graphin的思路。将Graph,内置的shape这些都抽象成原生的vue组件使用。 本质上是把x6这个MVC的库,退化成一个类似UI库的存在。让用户自己管理数据和逻辑。 另外,你也可以多等一段时间,据我所知x6团队是有计划出一个功能类似的react/vue的封装版本。 |
谢谢你 |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
功能描述
原因
最近有一个新需求需要用到 图编辑器引擎,需要在线编辑并导入导出 json 数据,但是前端能力还很欠缺,自己实现有比较大的难度。
问题
看到 【场景案例->业务场景->流程图】https://antv-x6.gitee.io/zh/examples/showcase/practices#flowchart 这里有一个简单的编辑器案例,当然由于是案例并不能满足实际业务使用需求,但是看到别的如:bpmn-js 就提供了一个比较完整的编辑器界面拿来直接使用
期望解决方案
期望
希望可以出一个完整基于x6编辑器的案例,可以拿来就用的那种。然后支持按钮导入导出或者说留下导出事件可以暴露给使用者,可以从数据库里面导入到页面,或者将页面的数据导入到数据库。
最后
感谢开发者开源这么棒的产品
The text was updated successfully, but these errors were encountered: