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; $graph_values = $temp;
// TODO: XXX chartjs.
$color = color_graph_array(); $color = color_graph_array();
$width = null;
$height = null;
if ($params['vconsole'] === true) { if ($params['vconsole'] === true) {
$water_mark = ''; $water_mark = '';
} }
$options = [ $options = [
'width' => $width,
'height' => $height, 'height' => $height,
'waterMark' => $water_mark, 'waterMark' => $water_mark,
'ttl' => $ttl, 'ttl' => $ttl,

View File

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