added charts to micropanel in table

This commit is contained in:
Rashid Khan
2013-08-20 07:24:04 -07:00
parent 2e74275b42
commit eba4214b97
8 changed files with 185 additions and 167 deletions
+1 -1
View File
@@ -179,7 +179,7 @@
};
kbn.to_percent = function(number,outof) {
return Math.round((number/outof)*10000)/100 + "%";
return Math.floor((number/outof)*10000)/100 + "%";
};
kbn.addslashes = function(str) {