From f183804a8775d48d093103354168127849c8f717 Mon Sep 17 00:00:00 2001 From: Manuel Luis SanmartĂ­n Rozada Date: Sun, 3 Aug 2014 18:56:23 +0200 Subject: jsrrdgraph: Set original step when change time interval. --- js/RrdJson.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/RrdJson.js') diff --git a/js/RrdJson.js b/js/RrdJson.js index 4ddcbc2..eef555c 100644 --- a/js/RrdJson.js +++ b/js/RrdJson.js @@ -139,6 +139,7 @@ RrdJson.prototype = { break; case 'step': this.graph.step = this.json.step; + this.graph.step_orig = this.json.step; break; case 'start': this.graph.start_t = new RrdTime(this.json.start); -- cgit v1.1