Display new chart.

This commit is contained in:
James Cole
2015-12-25 07:32:03 +01:00
parent e16269daa8
commit 657116d361
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@
<div id="categories-earned-in-year"></div>
{% endif %}
{% if Config.get('firefly.chart') == 'chartjs' %}
<canvas id="categories-earned-in-year" style="width:100%;height:400px;"></canvas>
<canvas id="categories-earned-in-period" style="width:100%;height:400px;"></canvas>
{% endif %}
</div>
</div>