Remove old Google references

This commit is contained in:
James Cole 2015-12-27 08:57:51 +01:00
parent 6b750c909a
commit 633ee02f13
3 changed files with 3 additions and 18 deletions

View File

@ -12,12 +12,7 @@
<h3 class="box-title">{{ 'events'|_ }}</h3>
</div>
<div class="box-body">
{% 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 %}
<canvas id="piggy-bank-history" style="width:100%;height:400px;"></canvas>
</div>
</div>
</div>

View File

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

View File

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