DEV Community

AAron
AAron

Posted on

Library for creating simple web Visio-like diagrams?

What javascript libraries exist for building simple Visio-like free-form diagrams on a website?

Basically I want the user to manipulate objects and lines:

  • Add rectangles and images as objects
  • Add lines between points on objects
  • Drag objects, keeping lines connected
  • Change colors of lines & objects
  • (optional) Manually change the way the lines flow around objects All manual. No automatic positioning or flow needed. I don't want data-driven diagrams/charts.

I intend to build in Angular & typescript.

Top comments (1)

Collapse
 
emil profile image
Emil

Rete.js