Add text for empty box #800

This commit is contained in:
James Cole
2017-09-03 11:02:18 +02:00
parent 6b09466819
commit 25ea1c8f5f
3 changed files with 7 additions and 0 deletions

View File

@@ -129,6 +129,7 @@
<h3 class="box-title">{{ 'chart'|_ }}</h3>
</div>
<div class="box-body">
<p id="budget_help" class="text-muted text-center">{{ 'budget_chart_click'|_ }}</p>
<canvas id="budget_chart" style="width:100%;height:400px;" height="400" width="100%"></canvas>
</div>
</div>
@@ -177,6 +178,7 @@
<h3 class="box-title">{{ 'chart'|_ }}</h3>
</div>
<div class="box-body">
<p id="category_help" class="text-muted text-center">{{ 'category_chart_click'|_ }}</p>
<canvas id="category_chart" style="width:100%;height:400px;" height="400" width="100%"></canvas>
</div>
</div>