From 4e47e733e3b83757ecc4883d78e6736e3213dfc6 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Thu, 23 Sep 2010 21:28:02 +0200 Subject: [PATCH] adopted fe to new json format (fettes merci an flo!!!) --- frontend/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/index.html b/frontend/index.html index 993b636..8829c4d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -411,6 +411,7 @@ function showChart() { } + jqOptions.axes = { yaxis:{autoscale:true, min:0, label:"Leistung (Watt)", tickOptions:{formatString:'%.3f'},labelRenderer: $.jqplot.CanvasAxisLabelRenderer}, xaxis:{autoscale:true, min:calcMyWindowStart(), max:myWindowEnd, tickOptions:{formatString:EformatString,angle:-30},pad:1, renderer:$.jqplot.DateAxisRenderer,rendererOptions:{tickRenderer:$.jqplot.CanvasAxisTickRenderer}},