Added URL to login list Change URI to URL/Host, removed dependency of adding https in front of URI

This commit is contained in:
johnny@pittpc.com
2021-01-18 16:11:07 -05:00
parent eee1914d7b
commit 778ae30f16
6 changed files with 17 additions and 14 deletions

View File

@@ -556,7 +556,7 @@ var myLineChart = new Chart(ctx, {
yAxes: [{
ticks: {
min: 0,
max: <?php $max = max($largest_expense_month, $largest_income_month, $largest_invoice_month); echo roundUpToNearestMultiple($max); ?>,
max: <?php $max = max(1000, $largest_expense_month, $largest_income_month, $largest_invoice_month); echo roundUpToNearestMultiple($max); ?>,
maxTicksLimit: 5
},
gridLines: {