Angular 5 SVG flowchart npm plugin

Kohtla picture Kohtla · Jan 15, 2018 · Viewed 20.2k times · Source

Hi I'm using Angular 5 in my project and I need to create flowcharts. I've searched and found some plugins but they don't offer these features that I need:

  1. the Ability to add/delete/redraw the nodes (There should be an array of nodes so that when I update it, the flowchart is redrawn).
  2. put a label on nodes and add tooltips to them.
  3. being able to do some thing on clicking the nodes.
  4. panning and zooming

Thanks in advance

Answer

Vahid picture Vahid · Jan 15, 2018

I suggest ngx-graph which has all the features you've asked for. Take a look at the demo. Here is the link in github