Implemented a forgotten chart.

This commit is contained in:
James Cole
2015-06-28 12:41:58 +02:00
parent a8d60388ba
commit 60254dafd7
7 changed files with 65 additions and 14 deletions

View File

@@ -85,7 +85,13 @@
<h3 class="box-title">Chart</h3>
</div>
<div class="box-body">
<div id="bill-overview"></div>
{% if Config.get('firefly.chart') == 'google' %}
<div id="bill-overview"></div>
{% endif %}
{% if Config.get('firefly.chart') == 'chartjs' %}
<canvas id="bill-overview" style="width:100%;height:400px;"></canvas>
{% endif %}
</div>
</div>
</div>