Merge branch '136-Gráficas-que-no-salen-en-PDF-string' into 'pandora_6.0'

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

See merge request !396
This commit is contained in:
vgilc 2017-05-11 17:58:49 +02:00
commit 5a17705e75
1 changed files with 1 additions and 1 deletions

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,