流程图.js:从图的文本表示中绘制简单的SVG流程图图

时间:2024-02-24 09:19:28
【文件属性】:

文件名称:流程图.js:从图的文本表示中绘制简单的SVG流程图图

文件大小:195KB

文件格式:ZIP

更新时间:2024-02-24 09:19:28

javascript svg diagram flowchart JavaScriptJavaScript

流程图.js是在浏览器和中运行的DSL和SVG渲染流程图。 节点和连接是分别定义的,因此可以重用节点并可以快速更改连接。 节点和连接样式的细微变化也可以在DSL中进行。 例 st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Yes or No?:>http://www.google.com io=>inputoutput: catch something... para=>parallel: parallel tasks st->op1->cond cond(yes)->io->e cond(no)->para para(path1, bottom)->sub1(right)->op1 para(path2, top)->op1 命令行界面 请参阅以了解如何在终端中操作流程图。 浏览器使用情况 流程图在,可以随时使用。 您还需


【文件预览】:
flowchart.js-master
----.gitignore(255B)
----.eslintrc(157B)
----package.json(1KB)
----src()
--------flowchart.symbol.end.js(341B)
--------jquery-plugin.js(2KB)
--------flowchart.symbol.start.js(995B)
--------flowchart.functions.js(5KB)
--------flowchart.symbol.subroutine.js(1KB)
--------flowchart.symbol.js(21KB)
--------flowchart.symbol.inputoutput.js(2KB)
--------flowchart.shim.js(2KB)
--------flowchart.helpers.js(1KB)
--------flowchart.chart.js(4KB)
--------flowchart.symbol.parallel.js(7KB)
--------flowchart.parse.js(10KB)
--------flowchart.defaults.js(821B)
--------flowchart.symbol.operation.js(315B)
--------flowchart.symbol.condition.js(5KB)
----webpack.config.js(2KB)
----release()
--------flowchart.js(76KB)
--------flowchart.js.map(193KB)
--------flowchart.min.js.map(192KB)
--------flowchart.min.js(32KB)
----index.js(247B)
----.gitmodules(77B)
----types()
--------index.d.ts(996B)
----.github()
--------FUNDING.yml(719B)
----README.md(8KB)
----imgs()
--------parallel.png(21KB)
--------operation.png(9KB)
--------start.png(3KB)
--------subroutine.png(9KB)
--------condition.png(8KB)
--------inputoutput.png(9KB)
--------end.png(9KB)
--------example.svg(12KB)
----license(1KB)
----site()
----example()
--------test.txt(298B)
--------loadFile.html(999B)
--------index.html(4KB)
----.eslintignore(17B)
----index.html(1KB)
----devserver.js(659B)
----.npmignore(134B)
----bower.json(249B)
----releasenotes.md(6KB)

网友评论