diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 44cc3380be..70aceab133 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -2050,7 +2050,7 @@ function graphic_combined_module( $width, $height, $color, - $module_name_list, + [], $long_index, ui_get_full_url( 'images/image_problem_area_small.png', diff --git a/pandora_console/include/graphs/functions_d3.php b/pandora_console/include/graphs/functions_d3.php index dcc5cc9748..e126fc33b4 100644 --- a/pandora_console/include/graphs/functions_d3.php +++ b/pandora_console/include/graphs/functions_d3.php @@ -225,14 +225,14 @@ function d3_bullet_chart( .bullet .range.s2 { fill: #ccc; } .bullet .measure.s0 { fill: steelblue; } .bullet .measure.s1 { fill: steelblue; } - .bullet .title { font-size: 7pt; font-weight: bold; text-align:left; } + .bullet .title { font-size: 9pt; font-weight: bold; text-align:left; cursor: help;} .bullet .subtitle { fill: #999; font-size: 7pt;} .bullet g text { font-size:'.$font_size.'pt; '.$invert_color.' }