Please provide a SVG hover style to tell apart arrows in a diagram

+2 votes
asked Feb 3, 2017 in Closed feature request by Mika (160 points)

Please provide a hover style to highlight arrows with a different color when hovering over them.

This would allow to see through cluttered diagrams.

Something like this in the SVG defs element:

<style type="text/css"><![CDATA[
    path:hover {
        stroke: #00FF00 !important;
    }
]]>
</style>
commented Feb 11, 2017 by anonymous
YES! This is essential for busy digrams.

1 Answer

+1 vote
answered Feb 13, 2017 by plantuml (294,660 points)
selected Apr 24, 2018 by Anthony-Gaudino
 
Best answer

Ok, thanks for your suggestion.

In last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

We have added a new skinparameter. For example:

skinparam pathHoverColor green

The result is not perfect, but this is a good start!

commented Feb 13, 2017 by Mika (160 points)
Thanks, I'll try it out!
asked Mar 2, 2017 in Wanted features by anonymous Adding pop-up windows on word hover
commented Sep 15, 2022 by Bala
Is there a skin param for hover path width/thickness to be increased apart from color?
...