mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New revenue accounts chart.
This commit is contained in:
@@ -101,6 +101,18 @@
|
||||
<canvas id="expense-accounts-chart" style="width:100%;" height="400"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
<!-- OPTIONAL REVENUE ACCOUNTS -->
|
||||
{% if showDepositsFrontpage %}
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'revenue_accounts'|_ }}</h3>
|
||||
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<canvas id="revenue-accounts-chart" style="width:100%;" height="400"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user