I am creating a dynamic interactive network diagram with php, javascript and Canvas or SVG
However, with the canvas, I do not know how to make each object accessible. I don’t want to use a hidden canvas and detect if the mouse is on the object, because I will have many intersecting objects and many layers of the canvas will be dirty.
I don't know anything about SVG.
Would an SVG serve better? or what is a canvas solution.
source
share