Angular library for flowchart builder or workflow editor [closed]
Asked Answered
G

1

8

I am currently looking for an open-source library for flowchart builder or workflow editor for frontend webapp in angular.

I have looked at jsplumb and jointjs. But the angular wrapper for both these libraries are licensed.

I have also checked mxgraph. But there is no angular wrapper available for it.

Please let me know if someone has implemented flowchart builder or workflow editor in angular using open-source libraries.

Gradeigh answered 29/11, 2018 at 8:1 Comment(4)
jsplumb has a free version with some good options, i forked it and used and developed it was OK and easy to work.Tricky
you had to write angular wrapper around jsplumb to use with your application or you could directly integrate it with angular?Gradeigh
you can directly work with it check this stackblitz.com/edit/angular-jsplumbTricky
this is a very simple example which does not explore the complexities with developing a flow chart builder/editor. looks like it would take a lot of effort to go with this approach. was looking for something which would be readily available as a flow chart editor componentGradeigh
S
1

Checkout the NGX-Graph - graph visualization library for Angular: https://swimlane.github.io/ngx-graph/

Sweitzer answered 12/11, 2020 at 7:11 Comment(1)
Check also Sequential Workflow Designer for Angular: npmjs.com/package/sequential-workflow-designer-angularFoment

© 2022 - 2024 — McMap. All rights reserved.