Change compare graph type value in sparse data graph filter - #136

This commit is contained in:
enriquecd 2017-04-21 12:57:14 +02:00
parent aca4646678
commit 3963ca3318

View File

@ -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,