Fixed the image for the 'simple_graph' in the enterprise pdf reports.
This commit is contained in:
parent
1a035873dc
commit
def5a597a2
|
@ -3859,7 +3859,11 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
||||||
false,
|
false,
|
||||||
$only_avg,
|
$only_avg,
|
||||||
false,
|
false,
|
||||||
$report["datetime"], $only_image, $urlImage);
|
$report["datetime"],
|
||||||
|
$only_image,
|
||||||
|
$urlImage,
|
||||||
|
"",
|
||||||
|
$ttl);
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -3887,7 +3891,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
||||||
true,
|
true,
|
||||||
$only_image,
|
$only_image,
|
||||||
ui_get_full_url(false, false, false, false),
|
ui_get_full_url(false, false, false, false),
|
||||||
1,
|
$ttl,
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
$time_compare_overlapped,
|
$time_compare_overlapped,
|
||||||
|
|
Loading…
Reference in New Issue