shadow
shadow

Reputation: 878

Flow chart / Tree chart In Angular 8

I am trying to draw a chart/virtualization of the following. It is like a tree and flow chart concept mixed together.

When the "add new" button is click, the line suppose to connect between the previous node and the parent node.

Is there a library I can leverage on for Angular 8. Is there any reference library I can reference too as well?

Thanks

Flow chart/tree chart?

Upvotes: 1

Views: 10469

Answers (1)

adibro500
adibro500

Reputation: 171

You can use ngx-graph. Very impressive and straightforward. There are other paid libraries like jsplumb and others like it.

Upvotes: 4

Related Questions