From 0c4a3e35b575edc0faf17a4e10a79653385d29c8 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sun, 25 May 2025 00:35:50 +0500 Subject: [PATCH] dashboard stats --- baseTemplate/static/baseTemplate/custom-js/system-status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }