phpchartjs pandora_enterprise#9554
This commit is contained in:
parent
47c503bdab
commit
2b104ca905
|
@ -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,
|
||||
|
|
|
@ -1019,7 +1019,7 @@ p.center {
|
|||
border: 1px solid #e2e2e2;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: auto;
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
/* --- Botones --- */
|
||||
|
|
Loading…
Reference in New Issue