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.
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.
Have a look at jsUML2. It implements sequence diagrams as well as many other UML 2 diagram types.
Websequencediagrams has an web API that you can call from Javascript. It can make some nice looking images like this. Here's a link to the API
I'd reconsider JointJS, or using Raphael directly (http://raphaeljs.com/).
精彩评论