diff --git a/baseTemplate/static/baseTemplate/custom-js/system-status.js b/baseTemplate/static/baseTemplate/custom-js/system-status.js index 4585c3889..6a8a31bf2 100644 --- a/baseTemplate/static/baseTemplate/custom-js/system-status.js +++ b/baseTemplate/static/baseTemplate/custom-js/system-status.js @@ -1040,7 +1040,7 @@ app.controller('dashboardStatsController', function ($scope, $http, $timeout) { interaction: { mode: 'nearest', axis: 'x', intersect: false }, scales: { x: { grid: { color: '#e9ecef' }, ticks: { font: { size: 12 } } }, - y: { beginAtZero: true, grid: { color: '#e9ecef' }, ticks: { font: { size: 12 } } } + y: { beginAtZero: true, suggestedMin: 0, suggestedMax: 1000, grid: { color: '#e9ecef' }, ticks: { font: { size: 12 } } } }, layout: { padding: 10 } }