adopted fe to new json format (fettes merci an flo!!!)

This commit is contained in:
Justin Otherguy 2010-09-23 21:28:02 +02:00
parent f3c267e0d5
commit 4e47e733e3

View file

@ -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}},