Example

<!-- 2 side-by-side charts -->
{% row %}
    {% line_chart
        data="demo_daily_orders"
        x="date"
        date_grain="quarter"
        y="sum(total_sales)"
    /%}
    {% bar_chart
        data="demo_daily_orders"
        x="category"
        y="sum(transactions)"
    /%}
{% /row %}

Attributes

align
String
default:"stretch"
How to vertically align items in this stack
card
Boolean
default:"false"
Display the row contents as a single card when card mode is enabled
width
Number
Set the width of this component (in percent) relative to the page width