summaryrefslogtreecommitdiff
path: root/config-jarmon-winston.js
diff options
context:
space:
mode:
Diffstat (limited to 'config-jarmon-winston.js')
-rw-r--r--config-jarmon-winston.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/config-jarmon-winston.js b/config-jarmon-winston.js
index e0dfeaa..1349928 100644
--- a/config-jarmon-winston.js
+++ b/config-jarmon-winston.js
@@ -53,7 +53,8 @@ $(function() {
[srv+'memory/memory-buffered.rrd', 0, 'Buffered', 'B'],
[srv+'memory/memory-free.rrd', 0, 'Free', 'B']
],
- options: jQuery.extend(true, {}, jarmon.Chart.BASE_OPTIONS,
+ options: jQuery.extend(true, {},
+ jarmon.Chart.BASE_OPTIONS,
jarmon.Chart.STACKED_OPTIONS)
},
@@ -64,7 +65,9 @@ $(function() {
[srv+'load/load.rrd', 'midterm', 'Medium Term (5m)', ''],
[srv+'load/load.rrd', 'longterm', 'Long Term (15m)', '']
],
- options: jQuery.extend(true, {}, jarmon.Chart.BASE_OPTIONS)
+ options: jQuery.extend(true, {},
+ jarmon.Chart.BASE_OPTIONS,
+ {yaxis: {min: 0}})
},
'winterface-inet': {