Moved docs, added screenshots + fixed merge error
This commit is contained in:
parent
5618e147f3
commit
d6511f3eb7
BIN
docs/Screenshot from 2017-04-03 19-27-37.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-27-37.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
docs/Screenshot from 2017-04-03 19-29-27.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-29-27.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
docs/Screenshot from 2017-04-03 19-29-54.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-29-54.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
docs/Screenshot from 2017-04-03 19-32-50.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-32-50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
docs/Screenshot from 2017-04-03 19-33-21.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-33-21.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
docs/Screenshot from 2017-04-03 19-33-41.png
Normal file
BIN
docs/Screenshot from 2017-04-03 19-33-41.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -1,6 +1,4 @@
|
||||
<?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
|
||||
if (!$statistieken) {
|
||||
?>
|
||||
@ -12,7 +10,7 @@ if (!$statistieken) {
|
||||
?>
|
||||
|
||||
<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>
|
||||
Chart.defaults.global.legend.display = false;//Geen legenda
|
||||
var grafiek = document.getElementById("grafiek");
|
||||
@ -61,6 +59,7 @@ if (!$statistieken) {
|
||||
});
|
||||
|
||||
<?php
|
||||
|
||||
} ?>
|
||||
</script>
|
||||
<?php include '__footer.phtml'; ?>
|
||||
|
Reference in New Issue
Block a user