From 46d9e28770155f5f4c95dea0e947c92e130e50d4 Mon Sep 17 00:00:00 2001 From: Karthikeyan Date: Wed, 10 Sep 2025 19:06:29 +0530 Subject: [PATCH] v31.1.17 --- LoanCalculator.csproj | 2 +- Views/Shared/_Layout.cshtml | 3 ++- wwwroot/scripts/index.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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;