Updated to AdminLTEBundle 1.0 #201 (#206)

This commit is contained in:
Kevin Papst
2018-07-12 20:37:08 +02:00
committed by GitHub
parent 7a0d690101
commit e68bef7ea7
19 changed files with 142 additions and 198 deletions

View File

@@ -57,6 +57,7 @@
<canvas id="barChart{{ year }}" style="height: 230px;"></canvas>
</div>
<script type="text/javascript">
$(document).ready(function () {
var barChartData{{ year }} = {
labels: barChartLabels,
datasets: [
@@ -89,6 +90,7 @@
var barChart = new Chart(barChartCanvas{{ year }});
barChart.Bar(barChartData{{ year }}, barChartOptions);
});
});
</script>
{% endfor %}