This commit is contained in:
laf
2016-05-04 19:46:42 +00:00
parent 7f4bb93a24
commit bc423fb710

View File

@@ -91,7 +91,6 @@ foreach (dbFetchRows($sql, $param) as $sensor) {
$graph_array['width'] = 80;
$graph_array['height'] = 20;
$graph_array['bg'] = 'ffffff00';
exit;
// the 00 at the end makes the area transparent.
$graph_array['from'] = $config['time']['day'];
$sensor_minigraph = generate_lazy_graph_tag($graph_array);