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,
|
false,
|
||||||
$width,
|
$width,
|
||||||
$height,
|
$height,
|
||||||
$label,
|
'<br>' . $label,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
$only_avg,
|
$only_avg,
|
||||||
|
@ -4539,7 +4539,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
||||||
false,
|
false,
|
||||||
$width,
|
$width,
|
||||||
$height,
|
$height,
|
||||||
$label,
|
'<br>' . $label,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
$only_avg,
|
$only_avg,
|
||||||
|
|
Loading…
Reference in New Issue