mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix chart heights.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<h3 class="box-title">{{ 'events'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<canvas id="piggy-bank-history" style="width:100%;height:400px;"></canvas>
|
||||
<canvas id="piggy-bank-history" style="width:100%;height:400px;" height="400"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user