Skip to content

Commit 6123bff

Browse files
committed
Revert "fix height of charts"
This reverts commit 32abc04.
1 parent 7595795 commit 6123bff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlpage/templates/chart.handlebars

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
class="card my-2 {{class}}"
44
data-pre-init="chart"
55
data-js="/{{static_path 'apexcharts.js'}}"
6-
style="height: {{default height 250}}px;"
76
>
87
<div class="card-body">
98
<div class="d-flex">
109
<h3 class="card-title">{{title}}</h3>
1110
</div>
12-
<div class="chart">
11+
<div class="chart" style="height: {{default height 250}}px;">
1312
<div class="d-flex justify-content-center h-100 align-items-center">
1413
<div class="spinner-border" role="status" style="width: 3rem; height: 3rem;">
1514
<span class="visually-hidden">Loading...</span>

0 commit comments

Comments
 (0)