react-d3-graph icon indicating copy to clipboard operation
react-d3-graph copied to clipboard

Feature to change link font color on highlight

Open akshay-rane opened this issue 4 years ago • 1 comments
trafficstars

We have same font color when the link is highlighted.

Another flag e.g highlightFontColor would be good to have so that font color can be manipulated when highlighted.

We have some value displayed on the link lines. To isolate the values we want it to be shown in different color on highlighted.

akshay-rane avatar Mar 05 '21 11:03 akshay-rane

Hey @akshay-rane thanks for the feature request. This would require us to add a new property node.highlightFontColor in the library API. Here's a PR to give some guidance to anyone trying to contribute. The type of change in the API should touch the same spots in the codebase compared to those in the linked PR.

danielcaldas avatar Mar 18 '21 11:03 danielcaldas