diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2018-12-26 17:09:21 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2018-12-26 17:09:21 -0700 |
commit | 21223385479bb00d916f470c0a13785ac866af3a (patch) | |
tree | 27d1d856ecf8470f5aaf310f7657b9dfa8c8d040 /cfg | |
parent | 602b05319c68aacaf3baebaa88b072e1748ff7d1 (diff) |
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/jarmon-winston.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cfg/jarmon-winston.js b/cfg/jarmon-winston.js index 25effbf..13f7c64 100644 --- a/cfg/jarmon-winston.js +++ b/cfg/jarmon-winston.js @@ -169,7 +169,8 @@ define(['jarmon'], function(jarmon) { options: jQuery.extend(true, {}, jarmon.Chart.BASE_OPTIONS, jarmon.Chart.STACKED_OPTIONS, - {series: {lines: {zero: false}}}) + {series: {lines: {zero: false}}, + yaxis: {minTickSize: 1}}) }, 'systemd-jobs': { title: 'Systemd jobs', @@ -181,7 +182,8 @@ define(['jarmon'], function(jarmon) { options: jQuery.extend(true, {}, jarmon.Chart.BASE_OPTIONS, jarmon.Chart.STACKED_OPTIONS, - {series: {lines: {zero: false}}}) + {series: {lines: {zero: false}}, + yaxis: {minTickSize: 1}}) }, 'uptime': { |