diff --git a/var/www/static/js/indexjavascript.js b/var/www/static/js/indexjavascript.js index 3a8a12fb..1622f978 100644 --- a/var/www/static/js/indexjavascript.js +++ b/var/www/static/js/indexjavascript.js @@ -179,7 +179,7 @@ $(document).ready(function () { labels: curves_labels, drawPoints: false, showRoller: true, - rollPeriod: 10, + rollPeriod: 30, labelsKMB: true, logscale: true, //drawGapEdgePoints: true, @@ -195,7 +195,7 @@ $(document).ready(function () { labels: curves_labels2, drawPoints: false, showRoller: true, - rollPeriod: 10, + rollPeriod: 30, labelsKMB: true, logscale: true, //drawGapEdgePoints: true, @@ -244,6 +244,9 @@ $(document).ready(function () { } g.updateOptions( { 'file': data } ); g2.updateOptions( { 'file': data2 } ); + + + // TagCanvas.Reload('myCanvas'); }, interval); } @@ -251,4 +254,30 @@ $(document).ready(function () { }; refresh(); + + var ultag = document.getElementById("ultag"); + for (i=0;i +