<!-- 2 big values stacked vertically -->
{% stack %}
{% big_value
data="demo_daily_orders"
value="sum(total_sales)"
/%}
{% big_value
data="demo_daily_orders"
value="avg(avg_transaction_value)"
/%}
{% /stack %}
Examples
Basic Usage
<!-- 2 big values stacked vertically -->
{% stack %}
{% big_value
data="demo_daily_orders"
value="sum(total_sales)"
/%}
{% big_value
data="demo_daily_orders"
value="avg(avg_transaction_value)"
/%}
{% /stack %}
Attributes
How to horizontally align items in this stackAllowed values:
left
center
right
stretch
Display the stack contents as a single card when card mode is enabled
Set the width of this component (in percent) relative to the page width