Time Series Panel
Loading...
<TimeSeriesPanel
data={data2}
x="order_month"
>
<Metric
metric="sum(sales)"
label="ARR"
link="https://www.google.com/search?q=ARR"
fmt="usd2"
/>
<Metric
metric="count(*)-100*power(1.002,row_number() OVER ())"
label="WAU"
link="https://www.google.com/search?q=WAU"
fmt="num0"
/>
<Metric
metric="count(*)*power(1.004,row_number() OVER ())"
label="Cloud WAU"
link="https://www.google.com/search?q=Cloud WAU"
/>
<Metric
metric="count(*)-100*power(1.001,row_number() OVER ())"
label="Week 4 Retention"
link="https://www.google.com/search?q=Week 4 Retention"
fmt="num0"
/>
<Metric
metric="count(*)*power(1.009,row_number() OVER ())"
label="GH Stars"
link="https://www.google.com/search?q=GH Starts"
fmt="num2"
/>
</TimeSeriesPanel>
TimeSeriesPanel
Options
Query name, wrapped in curly braces
- Options:
- query name
Column to use for the x-axis of the chart
- Options:
- column name
Metrics
Options
Column to use for the x-axis of the chart
- Options:
- column name
metric panel title
- Options:
- string
Format to use for x column (see available formats)
- Options:
- Excel-style format | built-in format name | custom format name