Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/static/lib/reportsview.js

Issue 8625042: Reports - user usefullness (Closed)
Patch Set: Reports - user usefulness Created Oct. 29, 2012, 12:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/reports/schema.sql ('k') | sitescripts/reports/static/reports.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/reports/static/lib/reportsview.js
===================================================================
--- a/sitescripts/reports/static/lib/reportsview.js
+++ b/sitescripts/reports/static/lib/reportsview.js
@@ -45,7 +45,7 @@
function NumberFormatter(row, cell, value, columnDef, dataContext)
{
- return parseFloat(value).toFixed(1);
+ return parseFloat(value).toFixed(2);
}
function TimeFormatter(row, cell, value, columnDef, dataContext)
« no previous file with comments | « sitescripts/reports/schema.sql ('k') | sitescripts/reports/static/reports.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld