diff --git a/LoanCalculator.csproj b/LoanCalculator.csproj index c6c0d6a..2e5102c 100644 --- a/LoanCalculator.csproj +++ b/LoanCalculator.csproj @@ -7,7 +7,7 @@ - + diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 6fb9d35..19a8b55 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -23,7 +23,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= document.write(' - + + diff --git a/wwwroot/scripts/index.js b/wwwroot/scripts/index.js index e71c6da..c40ceb5 100644 --- a/wwwroot/scripts/index.js +++ b/wwwroot/scripts/index.js @@ -162,7 +162,7 @@ function paymentGraphChartMouseup(args) { } } -function paymentGraphAxisLabelRender() { +function paymentGraphAxisLabelRender(args) { if (window.innerWidth < 576) { if (args.axis.name === 'primaryYAxis' || args.axis.name === 'yAxis') { var value = Number(args.value) / 1000;