Skip to content

Commit

Permalink
chart.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 30, 2023
1 parent 3f29113 commit ba06471
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/partials/flags/filters.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div class="text-center">
<div class="card mb-3">
<div class="card-body collapse" id="flags-daily-wrapper" aria-expanded="false">
<div><canvas id="flags:daily" height="150"></canvas></div>
<div class="position-relative" style="aspect-ratio: 2; max-height: initial;">
<canvas id="flags:daily" style="max-height: initial;"></canvas>
</div>
</div>
<div class="card-footer" data-bs-toggle="collapse" data-bs-target="#flags-daily-wrapper" aria-controls="#flags-daily-wrapper"><small>[[flags:graph-label]]</small>&nbsp;<i class="fa fa-sort"></i></div>
</div>
Expand Down

0 comments on commit ba06471

Please sign in to comment.