home page updated
This commit was merged in pull request #13.
This commit is contained in:
@@ -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'
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user