mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed problems with graphs, show percentil whn this option not is valid.
This commit is contained in:
parent
8a7ffe18fd
commit
97428f0771
@ -164,7 +164,7 @@ function custom_graphs_print($id_graph, $height, $width, $period,
|
||||
$background_color = 'white', $modules_param = array(), $homeurl = '',
|
||||
$name_list = array(), $unit_list = array(), $show_last = true,
|
||||
$show_max = true, $show_min = true, $show_avg = true, $ttl = 1,
|
||||
$dashboard = false, $vconsole = false, $percentil = 0) {
|
||||
$dashboard = false, $vconsole = false, $percentil = null) {
|
||||
|
||||
global $config;
|
||||
|
||||
|
@ -977,7 +977,7 @@ function graphic_combined_module ($module_list, $weight_list, $period,
|
||||
$prediction_period = false, $background_color = 'white',
|
||||
$name_list = array(), $unit_list = array(), $show_last = true, $show_max = true,
|
||||
$show_min = true, $show_avg = true, $labels = array(), $dashboard = false,
|
||||
$vconsole = false, $percentil = 0) {
|
||||
$vconsole = false, $percentil = null) {
|
||||
|
||||
global $config;
|
||||
global $graphic_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user