summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/money.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/money.inc b/pages/money.inc
index 9036aff..b297231 100644
--- a/pages/money.inc
+++ b/pages/money.inc
@@ -191,7 +191,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc';
<h2>£<?= number_format($allAccounts, 2, '.', ',') ?> · €<?= number_format($allAccounts * (1 / $rate), 2, '.', ',') ?></h2>
<p>As of <?= date('j F Y') ?> · €1 = £<?= $rate ?></p>
- <canvas id="history" style="margin-top: 10px; width: 100%; height: 200px; max-height: 100%;"></canvas>
+ <canvas id="history" style="margin-top: 10px; width: 100%; height: 400px; max-height: 100%;"></canvas>
<?php
$balance = 0;