Closed GoogleCodeExporter closed 8 years ago
Hello, that's what the function Flotr.engineeringNotation is for !
I don't think it deserves it's own mode, that's why I made this utility
function, you
can use it like this :
axis.tickFormatter = function(v) {
return Flotr. engineeringNotation(v, 2, 1024)+'B';
}
The second argument is the precision, and the third is the base (1024 = 1kB);
Original comment by fabien.menager
on 12 Sep 2009 at 9:25
Original issue reported on code.google.com by
unilo...@gmail.com
on 12 Sep 2009 at 5:14Attachments: