mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Change compare graph type value in sparse data graph filter - #136
This commit is contained in:
parent
aca4646678
commit
3963ca3318
@ -4502,7 +4502,7 @@ function grafico_modulo_string ($agent_module_id, $period, $show_events,
|
||||
'url' => ui_get_full_url("images/logo_vertical_water.png", false, false, false));
|
||||
}
|
||||
|
||||
if ($config['type_module_charts'] === 'area') {
|
||||
if ($type_graph === 'area') {
|
||||
return area_graph($flash_chart, $chart, $width, $height, $color,
|
||||
$legend, array(), '', "", $unit, $homeurl,
|
||||
$water_mark, $config['fontpath'], $config['font_size'], $unit,
|
||||
|
Loading…
x
Reference in New Issue
Block a user