comparison static/iwws.js @ 15:ebf411c89a3d

Fix bar width now we get data more frequently.
author Daniel O'Connor <darius@dons.net.au>
date Fri, 31 May 2013 13:35:56 +0930
parents 294e6a7fbb6e
children 5a9b33dcdb2c
comparison
equal deleted inserted replaced
14:294e6a7fbb6e 15:ebf411c89a3d
117 y2axis : { min : mint, max : maxt, tickFormatter : degCFormatter }, 117 y2axis : { min : mint, max : maxt, tickFormatter : degCFormatter },
118 }); 118 });
119 $.plot($("#graph2"), [ 119 $.plot($("#graph2"), [
120 { data : wavg, label: "Wind (Avg)", yaxis : 1, points : { show : true }, lines : { show : true }, direction : true }, 120 { data : wavg, label: "Wind (Avg)", yaxis : 1, points : { show : true }, lines : { show : true }, direction : true },
121 { data : wgust, label: "Wind (Gust)", yaxis : 1, points : { show : true }, lines : { show : true }, direction : true }, 121 { data : wgust, label: "Wind (Gust)", yaxis : 1, points : { show : true }, lines : { show : true }, direction : true },
122 { data : rain, label: "Rain", yaxis : 2, bars : { show : true, barWidth : 0.5 * 60 * 60 * 1000, align : "centre" } }, 122 { data : rain, label: "Rain", yaxis : 2, bars : { show : true, barWidth : 5 * 60 * 1000, align : "centre" } },
123 ], 123 ],
124 { xaxis : { mode : 'time' }, 124 { xaxis : { mode : 'time' },
125 legend : { backgroundOpacity : 0, position : 'nw' }, 125 legend : { backgroundOpacity : 0, position : 'nw' },
126 yaxis : { tickFormatter : spdFormatter }, 126 yaxis : { tickFormatter : spdFormatter },
127 y2axis : { min : 0, tickFormatter : mmFormatter } 127 y2axis : { min : 0, tickFormatter : mmFormatter }