Network graphing in JavaScript - force-graph
分析網路關係,並將資料視覺化,最常見的就是 network graph。
常見套件
- https://github.com/vasturiano/3d-force-graph
本文主角,支援 3D 與圖互動。 - https://github.com/vasturiano/force-graph
本文主角,支援與圖互動。 - https://github.com/jacomyal/sigma.js
文檔寫在程式碼與範例中,需要參考它的範例原始碼。將圖展開可以使用它提供的 plugin forceAtlas2,與圖互動需要自己 coding 擴充。 - https://github.com/cytoscape/cytoscape.js
提供許多範例可以參考。 - https://github.com/almende/vis
不只做 network graph,可上官網參考範例。 - https://github.com/davidpiegza/Graph-Visualization
支援 3D,文檔並不齊全,需要參考它的範例原始碼