diff options
Diffstat (limited to 'js/RrdJson.js')
| -rw-r--r-- | js/RrdJson.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { | |||
| 139 | break; | 139 | break; |
| 140 | case 'step': | 140 | case 'step': |
| 141 | this.graph.step = this.json.step; | 141 | this.graph.step = this.json.step; |
| 142 | this.graph.step_orig = this.json.step; | ||
| 142 | break; | 143 | break; |
| 143 | case 'start': | 144 | case 'start': |
| 144 | this.graph.start_t = new RrdTime(this.json.start); | 145 | this.graph.start_t = new RrdTime(this.json.start); |
