mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '2652_Custom_graphs_en_formato_stacked_area_se_muestran_en_formato_area_al_generar_el_informe' into 'develop'
Fixed stacked area graph error when opened in PDF format See merge request artica/pandorafms!1954
This commit is contained in:
commit
0255492523
@ -1015,7 +1015,7 @@ function graphic_combined_module (
|
||||
|
||||
$params['stacked'] = $params_combined['stacked'];
|
||||
|
||||
if(!isset($params_combined['projection'])){
|
||||
if(!isset($params_combined['projection']) || $params_combined['projection'] == false){
|
||||
$params_combined['projection'] = false;
|
||||
}
|
||||
else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user