diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index ca31332a5c..acc2c407ba 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -1939,7 +1939,7 @@ function graphic_combined_module ( $ttl, $homeurl, $background_color, - 'black' + '#c1c1c1' ); } @@ -1964,7 +1964,7 @@ function graphic_combined_module ( $background_color, true, false, - "black" + "#c1c1c1" ); } @@ -3652,7 +3652,7 @@ function graph_custom_sql_graph ($id, $width, $height, "white", false, false, - "black" + "c1c1c1" ); break; case 'sql_graph_hbar': // horizontal bar @@ -3674,7 +3674,7 @@ function graph_custom_sql_graph ($id, $width, $height, $ttl, $homeurl, 'white', - 'black' + 'c1c1c1' ); break; case 'sql_graph_pie': // Pie diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index 799dc5a46f..7d478e90cc 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -369,6 +369,7 @@ function pandoraFlotHBars(graph_id, values, labels, water_mark, hoverable: true, borderWidth: 1, tickColor: tick_color, + borderColor: '#C1C1C1', backgroundColor: { colors: [background_color, background_color] } }, xaxis: { @@ -532,15 +533,15 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, font = font.split("/").pop().split(".").shift(); labels_long = labels_long.length > 0 ? labels_long.split(separator) : 0; colors = colors.length > 0 ? colors.split(separator) : []; - + var colors_data = colors.length > 0 ? colors : ['#FFA631','#FC4444','#FAD403','#5BB6E5','#F2919D','#80BA27']; var datas = new Array(); - + for (i = 0; i < values.length; i++) { var serie = values[i].split(separator); - + var aux = new Array(); for (j = 0; j < serie.length; j++) { var aux2 = parseFloat(serie[j]); @@ -559,16 +560,16 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, } }; } - + var labels_total=new Array(); labels = labels.split(separator); i = 0; for (i = 0; i < labels.length; i++) { labels_total.push([i, labels[i]]); } - + var stack = 0, bars = true, lines = false, steps = false; - + var options = { series: { bars: { @@ -605,7 +606,7 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors, text = text.substring(0,3) + "K"; else if (label >= 1000) text = text.substring(0,2) + "K"; - + return '