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:
commit
5a17705e75
|
@ -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…
Reference in New Issue