updating cumualtiveLine formatter in example from ,.02p to ,.1% to prevent rounding error on 0

master-patched
Bob Monteverde 12 years ago
parent 8dffa94e6c
commit 3ea0467c28

@ -61,7 +61,7 @@ nv.addGraph(function() {
});
chart.yAxis
.tickFormat(d3.format(',.2p'));
.tickFormat(d3.format(',.1%'));
d3.select('#chart1 svg')
.datum(cumulativeTestData())

Loading…
Cancel
Save