Cleaned up the category and budget pie charts.

This commit is contained in:
James Cole
2017-01-03 17:02:17 +01:00
parent 796be319b7
commit c34fb7f037
8 changed files with 447 additions and 282 deletions

View File

@@ -90,7 +90,7 @@
<canvas id="categories-in-pie-chart" style="margin:0 auto;" height="150" width="150"></canvas>
<label style="font-weight:normal;">
<input type="checkbox" id="categories-in-pie-chart-checked">
<small>{{ 'include_not_in_category'|_ }}</small>
<small>{{ 'include_income_not_in_category'|_ }}</small>
</label>
</div>
</div>
@@ -104,7 +104,7 @@
<canvas id="categories-out-pie-chart" style="margin:0 auto;" height="150" width="150"></canvas>
<label style="font-weight:normal;">
<input type="checkbox" id="categories-out-pie-chart-checked">
<small>{{ 'include_not_in_category'|_ }}</small>
<small>{{ 'include_expense_not_in_category'|_ }}</small>
</label>
</div>
</div>
@@ -119,7 +119,7 @@
<canvas id="accounts-in-pie-chart" style="margin:0 auto;" height="150" width="150"></canvas>
<label style="font-weight:normal;">
<input type="checkbox" id="accounts-in-pie-chart-checked">
<small>{{ 'include_not_in_category'|_ }}</small>
<small>{{ 'include_income_not_in_account'|_ }}</small>
</label>
</div>
</div>
@@ -133,7 +133,7 @@
<canvas id="accounts-out-pie-chart" style="margin:0 auto;" height="150" width="150"></canvas>
<label style="font-weight:normal;">
<input type="checkbox" id="accounts-out-pie-chart-checked">
<small>{{ 'include_not_in_category'|_ }}</small>
<small>{{ 'include_expenses_not_in_account'|_ }}</small>
</label>
</div>
</div>