visual changes in module creation

This commit is contained in:
alejandro-campos 2020-02-07 14:01:59 +01:00
parent bc96e0b32a
commit 58364f90d5
1 changed files with 4 additions and 4 deletions

View File

@ -1521,10 +1521,10 @@ function paint_graph_status(
//delete elements
svg.selectAll("g").remove();
width_x = 101;
height_x = 50;
legend_width_x = 190;
legend_height_x = 80;
var width_x = 101;
var height_x = 50;
var legend_width_x = 190;
var legend_height_x = 80;
svg
.append("g")