www-thermferm/liveview.php

changeset 320
9e419f3c4e49
parent 305
fc2fae36f4ba
child 358
8b7ef338bf49
equal deleted inserted replaced
319:8c454ec761a8 320:9e419f3c4e49
131 $outstr .= ' loadComplete: function () { },'.PHP_EOL; 131 $outstr .= ' loadComplete: function () { },'.PHP_EOL;
132 $outstr .= ' loadError: function () { }'.PHP_EOL; 132 $outstr .= ' loadError: function () { }'.PHP_EOL;
133 $outstr .= ' });'.PHP_EOL; 133 $outstr .= ' });'.PHP_EOL;
134 134
135 $outstr .= ' var settings'.$unr.' = {'.PHP_EOL; 135 $outstr .= ' var settings'.$unr.' = {'.PHP_EOL;
136 $outstr .= ' title: "'.$name.' fermentation history",'.PHP_EOL; 136 $outstr .= ' title: "'.$name.' history",'.PHP_EOL;
137 $outstr .= ' description: "",'.PHP_EOL; 137 $outstr .= ' description: "",'.PHP_EOL;
138 $outstr .= ' padding: { left: 5, top: 5, right: 5, bottom: 5 },'.PHP_EOL; 138 $outstr .= ' padding: { left: 5, top: 5, right: 5, bottom: 5 },'.PHP_EOL;
139 $outstr .= ' titlePadding: { left: 0, top: 0, right: 0, bottom: 10 },'.PHP_EOL; 139 $outstr .= ' titlePadding: { left: 0, top: 0, right: 0, bottom: 10 },'.PHP_EOL;
140 $outstr .= ' source: dataAdapter'.$unr.','.PHP_EOL; 140 $outstr .= ' source: dataAdapter'.$unr.','.PHP_EOL;
141 $outstr .= ' categoryAxis:'.PHP_EOL; 141 $outstr .= ' categoryAxis:'.PHP_EOL;

mercurial