From 9589f6119972daba0ccdd69fc3f4a30280f9b77b Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 22 Nov 2016 08:21:54 +0100 Subject: [PATCH] Refixed problems with legend of simple graphs. Ticket: #4115 --- pandora_console/include/graphs/flot/pandora.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index 95a36ed681..1e3f0fb245 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -1880,7 +1880,7 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend, } function lFormatter(v, item) { - return '
'+v+'
'; + return '
'+v+'
'; // Prepared to turn series with a checkbox //return '
'+v+'
'; }