From ca5032b4f65e88e8b7198e1e4903848101d57c0c Mon Sep 17 00:00:00 2001 From: enriquecd Date: Tue, 9 Jan 2018 12:16:11 +0100 Subject: [PATCH] Fix advanced options toggle for data string modules - #1734 --- pandora_console/include/javascript/pandora.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index 12018f23dd..336eacecdd 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -1516,6 +1516,9 @@ function paint_graph_status(min_w, max_w, min_c, max_c, inverse_w, inverse_c, er var svg = d3.select("#svg_dinamic"); svg.selectAll("g").remove(); + width_x = 201; + height_x = 50; + //message error warning if (error_w == 1) { $("#text-max_warning").addClass("input_error");