Fixed custom graph

Former-commit-id: a04d267f990d4628e8b0fc263066c44c3dc4febb
This commit is contained in:
danielmaya 2018-12-11 19:21:43 +01:00
parent 328013140c
commit f6858e2681
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ function grafico_modulo_sparse_data(
}
}
if($array_data === false || !isset($array_data['sum1']['data'][0][1])){
if ($array_data === false || (!$params['graph_combined'] && !isset($array_data['sum1']['data'][0][1]))) {
return false;
}