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
- has several modifications from networkD3 sankey.js
- included fixes and features from unmerged pull requests:
- d3/d3-plugins#124: Fix nodesByBreadth to have proper ordering
- - d3/d3-plugins#120: Added 'l-bezier' link type
- d3/d3-plugins#74: Sort sankey target links by descending slope
- d3#4: Add horizontal alignment option to Sankey layout
- added option numberFormat, default being ",.5g" (see , fixeschristophergandrud/networkD3#147)
- added option NodePosX, fixeschristophergandrud/networkD3#108
- added option to force node ordering to be alphabetical along a path
(only works well with trees with one parent for each node, but might fixchristophergandrud/networkD3#153)
In the following code Energy is a data frame with 'value' column of type numeric:
However the tooltip rounds the digit down to integer. This is especially non-informative when values are of 0.abc form, which will be shown as 0.
Chris's suggestion of converting value to character did not work.
The text was updated successfully, but these errors were encountered: