fixed error in sample graph
This commit is contained in:
parent
559902275f
commit
eb450ff334
|
@ -4514,7 +4514,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
|||
false,
|
||||
$width,
|
||||
$height,
|
||||
$label,
|
||||
'<br>' . $label,
|
||||
'',
|
||||
false,
|
||||
$only_avg,
|
||||
|
@ -4539,7 +4539,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
|||
false,
|
||||
$width,
|
||||
$height,
|
||||
$label,
|
||||
'<br>' . $label,
|
||||
'',
|
||||
false,
|
||||
$only_avg,
|
||||
|
|
Loading…
Reference in New Issue