this is my fiddle, which I am building with from this example
what is the best way to convert the text lables from 0.08 to 8% format.
This is my attempt, but is there a better/other way?
.text(function(d) { return Math.floor(d.frequency*100)+"%"; });