dashboard stats

This commit is contained in:
usmannasir 2025-05-25 00:35:50 +05:00
parent 5055ecc185
commit 0c4a3e35b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
}