Skip to content
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

Closed
Adam937384 opened this issue Sep 5, 2022 · 6 comments
Closed

可以出一个完整的x6编辑器案例吗? #2623

Adam937384 opened this issue Sep 5, 2022 · 6 comments

Comments

@Adam937384
Copy link

功能描述

原因

最近有一个新需求需要用到 图编辑器引擎,需要在线编辑并导入导出 json 数据,但是前端能力还很欠缺,自己实现有比较大的难度。

问题

看到 【场景案例->业务场景->流程图】https://antv-x6.gitee.io/zh/examples/showcase/practices#flowchart 这里有一个简单的编辑器案例,当然由于是案例并不能满足实际业务使用需求,但是看到别的如:bpmn-js 就提供了一个比较完整的编辑器界面拿来直接使用

期望解决方案

期望

希望可以出一个完整基于x6编辑器的案例,可以拿来就用的那种。然后支持按钮导入导出或者说留下导出事件可以暴露给使用者,可以从数据库里面导入到页面,或者将页面的数据导入到数据库。

最后

感谢开发者开源这么棒的产品

@x6-bot
Copy link
Contributor

x6-bot bot commented Sep 5, 2022

👋 @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.

@lloydzhou
Copy link
Contributor

@xiaqiuchu
你可以关注一下 https://github.com/antvis/xflow
这个项目也是antvis团队的项目,是基于x6开发的react库,内置了开箱即用的三个解决方案

@Adam937384
Copy link
Author

@xiaqiuchu 你可以关注一下 https://github.com/antvis/xflow 这个项目也是antvis团队的项目,是基于x6开发的react库,内置了开箱即用的三个解决方案

谢谢,有vue版的或者 直接js引入的那种吗?

@lloydzhou
Copy link
Contributor

@xiaqiuchu 你可以关注一下 https://github.com/antvis/xflow 这个项目也是antvis团队的项目,是基于x6开发的react库,内置了开箱即用的三个解决方案

谢谢,有vue版的或者 直接js引入的那种吗?

xflow没有vue版本,不过我可以给你推荐一个我自己写的,也在我自己项目中使用了挺长时间的一个库
https://github.com/lloydzhou/antv-x6-vue

这个库思路和xflow不一样,实际上是借鉴了antv/graphin的思路。将Graph,内置的shape这些都抽象成原生的vue组件使用。

本质上是把x6这个MVC的库,退化成一个类似UI库的存在。让用户自己管理数据和逻辑。

另外,你也可以多等一段时间,据我所知x6团队是有计划出一个功能类似的react/vue的封装版本。

@Adam937384
Copy link
Author

的思路。将Graph,内置的shape这些都抽象成原生的vue组

谢谢你

@x6-bot
Copy link
Contributor

x6-bot bot commented Sep 6, 2023

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.

@x6-bot x6-bot bot locked as resolved and limited conversation to collaborators Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants