timelyportfolio / rCharts_d3_sankey

rCharts implementation of d3 sankey plugin
54 stars 87 forks source link

Problems with rounding Number #2

Open Erfabes opened 10 years ago

Erfabes commented 10 years ago

Hi, first i have to thank you for your genius work. My problem is, that the Numbers that i specify in the Inputfile are rounded somewhere in the code. for example: source = a, target = b, value=2055858,29 shows in the sankey as 2,055,900.00

how can i disable this rounding?