We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
你为什么不试试 html5 的 canvas 呢?
这些人有一个图书馆
http://www.rgraph.net/
我在这里又发现了一个库
http://www.liquidx.net/canvasgraphjs/
这是一个很好的教程
http://dev.opera.com/articles/view/html5-canvas-绘画/
why dont you try canvas of html5 ??
these guys have a library
http://www.rgraph.net/
i found one more library here
http://www.liquidx.net/canvasgraphjs/
here is a nice tutorial
http://dev.opera.com/articles/view/html5-canvas-painting/
我认识一位基于 GWT 的 UML 建模器。您可以将 gwtuml 作为一种可能的选择。这是演示
I know one UML modeller based on GWT. You can check out gwtuml as one possible option. Here is the demo
使用图像并使用 GIMP 创建图像映射。完全支持点击事件。
Use an image and create an image map with GIMP. Click events are totally supported.
看看 jsUML2 它可能就是您正在寻找的东西。
Have a look at jsUML2 it might be what you are looking for.
您可以尝试 draw.io。它是基于 JavaScript 的免费在线绘图工具,使用 SVG 来绘制形状。
You can try draw.io. It's free online JavaScript based diagramming tool that uses SVG to draw shapes.
您可以尝试 js-sequence-diagrams
它将如下文本转换为 UML 序列图
您还可以检查它如何在 jsFiddle 中运行可点击和颜色填充
https://jsfiddle.net/chetabahana/f7ejxhnk/35/
You may try js-sequence-diagrams
It turns text like below into UML sequence diagrams
You can check also how it runs clickable and color filled in jsFiddle
https://jsfiddle.net/chetabahana/f7ejxhnk/35/