LoginSignup
18
14

More than 1 year has passed since last update.

JSで要素間を線で繋いだり動かしたりライブラリ調査@202002

Last updated at Posted at 2020-02-14

JSでオブジェクト間に線を引きたい調査メモ

ライブラリ名 GitHub サンプル
diagramflowjs https://github.com/luisalvesmartins/diagramflowjs https://lambot.blob.core.windows.net/github/diagramflowjs/index.html
SimpleFlowchart https://github.com/mmazo/SimpleFlowchart http://mmazo.de/flowchart/
svg.connectable.js https://github.com/jillix/svg.connectable.js http://jillix.github.io/svg.connectable.js/
svg.draggy.js https://github.com/jillix/svg.draggy.js http://jillix.github.io/svg.draggy.js/
leader-line https://github.com/anseki/leader-line https://anseki.github.io/leader-line/
Drawflow https://github.com/jerosoler/Drawflow https://jerosoler.github.io/Drawflow/
Flowy https://github.com/alyssaxuu/flowy https://alyssax.com/x/flowy/

###diagramflowjs

削除や追加、リネームなど機能が豊富な感じで実用向けな感じ

NoName_2020-2-14_11-52-43_No-00.png

###SimpleFlowchart

バインバイン動く

NoName_2020-2-14_11-53-42_No-00.png

###svg.connectable.js

ソースコードなどが合って使いやすい

NoName_2020-2-14_11-55-2_No-00.png

###svg.draggy.js

SVGドラック簡単に追加できて便利

NoName_2020-2-14_11-54-54_No-00.png

###leader-line

結構いろんな線があるのでウェブで線を引きたいときには使いたい感じ

NoName_2020-2-14_11-55-42_No-00.png

###Drawflow(202009追加)

NodeRedみたいな感じで使えそうなので便利化なる

NoName_2020-9-24_14-4-54_No-00.png

###Flowy(202106追加)

自分でオブジェクト同士の線引きはできないが、処理フロー可視化としては使えそう

20210628_093405.png

18
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
14