home page updated

This commit was merged in pull request #13.
This commit is contained in:
victorAnumudu
2025-04-15 18:06:48 +01:00
parent d684281253
commit c699e17533
12 changed files with 421 additions and 163 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ const chartOptions = (chartHeight) => {
return {
series: [
{
name: 'Net Profit',
name: 'Loans',
data: [15, 25, 15, 40, 20, 50],
},
],
@@ -171,7 +171,7 @@ const chartOptions = (chartHeight) => {
},
y: {
formatter: function (val) {
return '$' + val + ' thousands'
return '$' + val + ' thousand'
},
},
},