You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works fine when networkD3::diagonalNetwork() is called with a fontsize of 10 - mouseover makes the label text larger - but when networkD3::diagonalNetwork() is called with a fontsize of 35 the label becomes smaller with mouseover.
Can a transition target fontsize parameter option be added to the call?
Or alternatively, can the px value be set relative to the fontsize option in the call?
Example of issue in report created from DataExplorer that passes a fontsize default of 35 to a networkD3::diagonalNetwork() call:
The text was updated successfully, but these errors were encountered:
In diagonalNetwork.js the font-size for mouseover transition is hardcoded to 25px:
This works fine when networkD3::diagonalNetwork() is called with a fontsize of 10 - mouseover makes the label text larger - but when networkD3::diagonalNetwork() is called with a fontsize of 35 the label becomes smaller with mouseover.
Can a transition target fontsize parameter option be added to the call?
Or alternatively, can the px value be set relative to the fontsize option in the call?
Example of issue in report created from DataExplorer that passes a fontsize default of 35 to a networkD3::diagonalNetwork() call:
The text was updated successfully, but these errors were encountered: