diff --git a/var/www/static/js/plot-graph.js b/var/www/static/js/plot-graph.js index 22f2c178..4c9ee382 100644 --- a/var/www/static/js/plot-graph.js +++ b/var/www/static/js/plot-graph.js @@ -1,8 +1,15 @@ -function Graph(id_pannel, path){ +function Graph(id_pannel, path, header_size){ this.path = path; this.id_pannel = id_pannel; - g2 = new Dygraph( + // Hide every header during initialisation + var false_tab = []; + for(i=0; i - - - - - - - + + + + + + + + + - - + + -
-