We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efd4e6 commit 32abc04Copy full SHA for 32abc04
sqlpage/templates/chart.handlebars
@@ -3,12 +3,13 @@
3
class="card my-2 {{class}}"
4
data-pre-init="chart"
5
data-js="/{{static_path 'apexcharts.js'}}"
6
+ style="height: {{default height 250}}px;"
7
>
8
<div class="card-body">
9
<div class="d-flex">
10
<h3 class="card-title">{{title}}</h3>
11
</div>
- <div class="chart" style="height: {{default height 250}}px;">
12
+ <div class="chart">
13
<div class="d-flex justify-content-center h-100 align-items-center">
14
<div class="spinner-border" role="status" style="width: 3rem; height: 3rem;">
15
<span class="visually-hidden">Loading...</span>
0 commit comments