phpchartjs pandora_enterprise#9554

This commit is contained in:
daniel 2022-12-22 13:13:10 +01:00
parent 47c503bdab
commit 2b104ca905
2 changed files with 1 additions and 6 deletions

View File

@ -2249,18 +2249,13 @@ function graphic_combined_module(
}
$graph_values = $temp;
// TODO: XXX chartjs.
$color = color_graph_array();
$width = null;
$height = null;
if ($params['vconsole'] === true) {
$water_mark = '';
}
$options = [
'width' => $width,
'height' => $height,
'waterMark' => $water_mark,
'ttl' => $ttl,

View File

@ -1019,7 +1019,7 @@ p.center {
border: 1px solid #e2e2e2;
margin-left: auto;
margin-right: auto;
width: auto;
width: 48%;
}
/* --- Botones --- */