# HG changeset patch # User Marcin Kuzminski # Date 1282076957 -7200 # Node ID bec06654d67b01e8eb82d26025c80608dcab07f1 # Parent a10bdd0b05a73420cccc6e5e43761d7ed72c69e5 fixed decimals numbering in graph diff -r a10bdd0b05a7 -r bec06654d67b pylons_app/templates/summary/summary.html --- a/pylons_app/templates/summary/summary.html Tue Aug 17 15:40:22 2010 +0200 +++ b/pylons_app/templates/summary/summary.html Tue Aug 17 22:29:17 2010 +0200 @@ -169,11 +169,11 @@ points: { show: true, radius:0,fill:true }, legend:{show:true, container:"legend_container"}, selection: { mode: "xy" }, - yaxis:{tickSize:[1]}, + yaxis: {tickDecimals:0}, xaxis: { mode: "time", timeformat: "%d",tickSize:[1, "day"],min:${c.ts_min},max:${c.ts_max} }, grid: { hoverable: true, clickable: true,autoHighlight:true }, }); - + function showTooltip(x, y, contents) { var div=document.getElementById('tooltip'); if(!div) {