aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdGraph.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/RrdGraph.js')
-rw-r--r--js/RrdGraph.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/RrdGraph.js b/js/RrdGraph.js
index cf39f8f..9d35581 100644
--- a/js/RrdGraph.js
+++ b/js/RrdGraph.js
@@ -2520,8 +2520,7 @@ RrdGraph.prototype.graph_size_location = function (elements)
2520 this.ysize = Ymain; 2520 this.ysize = Ymain;
2521 } else { 2521 } else {
2522 if (elements) { 2522 if (elements) {
2523// Xmain = this.xsize; // + Xspacing; 2523 Xmain = this.xsize;
2524 Xmain = this.xsize + Xspacing; //FIXME ???
2525 Ymain = this.ysize; 2524 Ymain = this.ysize;
2526 } 2525 }
2527 this.ximg = Xmain + Xylabel; 2526 this.ximg = Xmain + Xylabel;