diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html
index 2e62f6a..9248049 100644
--- a/admin/dashboard/templates/index.html
+++ b/admin/dashboard/templates/index.html
@@ -685,9 +685,16 @@
},
options: {
responsive: true,
+ maintainAspectRatio: false,
scales: {
y: {
beginAtZero: true
+ },
+ x: {
+ ticks: {
+ maxRotation: 45,
+ minRotation: 45
+ }
}
},
plugins: {