react-d3-graph
react-d3-graph copied to clipboard
Feature to change link font color on highlight
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.
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.