What type of diagrams? I believe chart js would work.
Feb 6, 2026
4
Level 63
JS package to create diagrams
Hello,
I'm looking for a JS / VueJS package to create diagrams.
I have found GoJS, who knows it ? But it's not free.
I have also found v-network-graph and visjs.
Perhaps you know other interesting and free packages ?
The idea is to display visually the different steps of a treasure hunt.
Thanks for your help.
V
Level 19
Cytoscape.js – great for interactive node/edge graphs, with layouts and styling built in
D3.js – very powerful and flexible if you need custom visuals (but a bit more complex)
Mermaid – simple, text-based diagrams (flowcharts, sequences), easy to integrate
JointJS (core version) – basic diagramming is free, paid features are optional
1 like
Please or to participate in this conversation.