In Sankey diagrams (which are awesome BTW), it is not currently possible to define the color used to highlight links when hovering. It currently changes the opacity of the links, but in complex diagrams, it can be difficult to spot when multiple links (with the same label) are highlighted and differentiate them from other narrow links that overlap others (and are therefore permanently darker as it is)
Request: make the hover link color/opacity configurable
That way, you can set fill color, fill opacity, and basically any style attribute to track your links trough all the flows.
Current limitations :
link styling on hover only happens when hovering on a link, but not hovering a node (that should style all links outbound of the node)
you cannot really track a item trough all the flow as custom style on hovering is only for the link between two nodes, but not for all the links for that item
Having a separate attribute in the Sankey trace such as hovercolor, which would be filled like the color attribute for the link attribute is still the best solution β¦