Open GoogleCodeExporter opened 9 years ago
Original comment by scottj...@gmail.com
on 23 Apr 2010 at 8:24
Modify line 55 of visualize.jQuery.js from:
dataGroups[i].points.push( parseFloat($(this).text()) );
to:
dataGroups[i].points.push( parseFloat($(this).text().replace(/[^\d.]/g,'')) );
You'll probably want something similar on line 67.
Original comment by Phrog...@gmail.com
on 30 Sep 2010 at 8:36
[deleted comment]
I made the change noted above and am seeing the same issue. Numbers in the
millions look really bad without a dollar sign and commas.
Original comment by Ben.Hofs...@gmail.com
on 14 Aug 2012 at 8:36
Attachments:
Original issue reported on code.google.com by
displague
on 16 Apr 2010 at 3:15