You may see the name Rappid in our documentation, code and other materials. Rappid has been replaced by a new brand, JointJS+. This change has no effect on functionality. To avoid confusion, please consider Rappid and JointJS+ as synonyms. Read more here.
Include joint.graphUtils.js
file to your HTML:
<script src="joint.graphUtils.js"></script>
If you plan to use shortestPath()
method, you're going to also need to include
joint.alg.priorityQueue.js
and joint.alg.dijkstra.js
plugins:
<script src="joint.alg.priorityQueue.js"></script>
<script src="joint.alg.dijkstra.js"></script>