1
0
Fork 0

Moved docs, added screenshots + fixed merge error

merge-requests/3/head
Christiaan Goossens 7 years ago
parent 5618e147f3
commit d6511f3eb7

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

@ -1,6 +1,4 @@
<?php include '__header.phtml'; ?> <?php include '__header.phtml'; ?>
<a class="btn btn-default pull-left" href="rekeningen/<?= $rekeningnr ?>" role="button">Terug</a>
<canvas id="grafiek" height="100"></canvas>
<?php <?php
if (!$statistieken) { if (!$statistieken) {
?> ?>
@ -11,8 +9,8 @@ if (!$statistieken) {
} else { } else {
?> ?>
<a class="btn btn-default pull-left" href="rekeningen/<?= $rekeningnr?>" role="button">Terug</a> <a class="btn btn-default pull-left" href="rekeningen/<?= $rekeningnr ?>" role="button">Terug</a>
<canvas id="myChart" height="100"></canvas> <canvas id="grafiek" height="100"></canvas>
<script> <script>
Chart.defaults.global.legend.display = false;//Geen legenda Chart.defaults.global.legend.display = false;//Geen legenda
var grafiek = document.getElementById("grafiek"); var grafiek = document.getElementById("grafiek");
@ -60,7 +58,8 @@ if (!$statistieken) {
} }
}); });
<?php <?php
} ?> } ?>
</script> </script>
<?php include '__footer.phtml'; ?> <?php include '__footer.phtml'; ?>