Completed the index.

This commit is contained in:
James Cole
2015-06-27 17:32:52 +02:00
parent f728395603
commit 4cceb3ddaa
9 changed files with 178 additions and 8 deletions

View File

@@ -193,7 +193,12 @@
</div>
</div>
<div class="box-body">
<div id="bills-chart"></div>
{% if Config.get('firefly.chart') == 'google' %}
<div id="bills-chart"></div>
{% endif %}
{% if Config.get('firefly.chart') == 'chartjs' %}
<canvas id="bills-chart" style="width:100%;height:250px;"></canvas>
{% endif %}
</div>
</div>