i trying remove mouseover actions happen on links , rects.
i tried adding interactive: false joint.dia.paper object - not fully. still see changes on mouse over. want link (especially) not respond on mouse over.
how achieve this?
to understand have understand how svg markup links built up. documentation explains pretty well:
http://jointjs.com/tutorial#link-styling
if need check in more detail css class structure, find useful use inspect element on browser.
once understand see can asking using css. demo here:
http://jsfiddle.net/azt8jpam/1/
for links need set display: none on connection-wrap, link-tools, marker-vertices , marker-arrowhead classes.
for completeness set cursor: auto on shapes. example
.element.basic.rect { cursor: auto }
Comments
Post a Comment