Fixed the menu parameter of the area graph function
(cherry picked from commit 52d82bcae1127046b081e157bbb1696bc934bcad)
This commit is contained in:
parent
decb820659
commit
4473b42657
|
@ -239,7 +239,7 @@ function area_graph($flash_chart, $chart_data, $width, $height, $color,
|
|||
return '<img src="' . $no_data_image . '" />';
|
||||
}
|
||||
|
||||
$menu = (!$dashboard && !$vconsole);
|
||||
if ($dashboard || $vconsole) $menu = false;
|
||||
|
||||
if ($flash_chart) {
|
||||
return flot_area_simple_graph(
|
||||
|
|
Loading…
Reference in New Issue