phpchartjs pandora_enterprise#9554
This commit is contained in:
parent
47c503bdab
commit
2b104ca905
|
@ -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,
|
||||||
|
|
|
@ -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 --- */
|
||||||
|
|
Loading…
Reference in New Issue