Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sequence diagram in javascript/HTML [closed]

How to draw sequence diagram in javascript/HTML? I've seen some charting library like JS chart, Emprise javascript chart etc... but those do not support sequence diagram. Also seen JointJS (http://www.jointjs.com/), but this library also don't support sequence diagram.

like image 706
Vikas Avatar asked Apr 11 '11 11:04

Vikas


2 Answers

Have a look at jsUML2. It implements sequence diagrams as well as many other UML 2 diagram types.

like image 102
CyberFonic Avatar answered Oct 14 '22 07:10

CyberFonic


Have a look at draw.io. It's free to use and it gives you an idea what the underlying javascript library is capable of.

like image 42
Boris Jockov Avatar answered Oct 14 '22 08:10

Boris Jockov