Final chart. First version.

This commit is contained in:
James Cole
2015-06-27 20:52:06 +02:00
parent f137a08493
commit 94be5244fe
4 changed files with 60 additions and 3 deletions

View File

@@ -12,7 +12,12 @@
<h3 class="box-title">{{ 'events'|_ }}</h3>
</div>
<div class="box-body">
<div id="piggy-bank-history"></div>
{% if Config.get('firefly.chart') == 'google' %}
<div id="piggy-bank-history"></div>
{% endif %}
{% if Config.get('firefly.chart') == 'chartjs' %}
<canvas id="piggy-bank-history" style="width:100%;height:400px;"></canvas>
{% endif %}
</div>
</div>
</div>