React应用程序的流程图库
我正在尝试在一个看起来像下面的屏幕截图的React应用程序上创建数据可视化UI(带有节点和边缘的流程图)。我目前正在使用 reactflow 库。但是,由于我们可以渲染的节点数量的限制(限制为100个节点),所以我正在迁移到另一个可以支持高达1000〜5000节点的库。我想知道我们是否可以使用流程图库!
以下是要求
- 至少1000个节点。 (目前为5000是更安全的)
- 良好的布局(例如使用Dagre或elkjs的层次结构布局)节点和边缘(如果它通过参数和各种布局提供微调)
- 可用(PAN,ZOOM,节点选择 ) ,节点编辑等)
- 组为父母和子女关系,并崩溃/扩展父母的子女
I am trying to create data visualization UI ( flowchart with nodes and edges ) on a react application that looks like the screenshot below. I am currently using Reactflow library . But due to the limitation in the number of nodes (limit is 100 nodes) that we can render, I am migrating to another library which can support up to 1000~5000 nodes. I was wondering if there is any flowchart libraries that we can use!
Here are the requirements
- Render at least 1000 nodes. (5000 would be more than safe for now)
- Good Layout(such as hierarchical layout using dagre or elkjs) the nodes and edges ( better if it provides fine tuning through parameters and variety of layouts)
- User interactions available(pan, zoom, node selection, node editing etc)
- Group nodes into parent and children relationship and collapse/expand the children of a parent
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论