mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
Fixed problems with label in graphics on monitors view
This commit is contained in:
parent
a85b5aed39
commit
bb5b685508
@ -143,7 +143,7 @@ $id = get_parameter('id');
|
||||
$id = get_parameter ("id", 0);
|
||||
$width = get_parameter ("width", STATWIN_DEFAULT_CHART_WIDTH);
|
||||
$height = get_parameter ("height", STATWIN_DEFAULT_CHART_HEIGHT);
|
||||
$label = get_parameter ("label", "");
|
||||
//$label = get_parameter ("label", "");
|
||||
$start_date = get_parameter ("start_date", date("Y/m/d"));
|
||||
$start_time = get_parameter ("start_time", date("H:i:s"));
|
||||
$draw_events = get_parameter ("draw_events", 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user