Summary view
A summary view renders headline metrics for a public event embed. Use it when you want a compact snapshot instead of a time-series chart.
Code
<ChirpierChart
eventId="event_id"
shareToken="share_token"
state={{
view: "summary",
range: "1w",
aggregate: "sum",
compare: true,
header: false,
}}
/>Additional properties
Configure a summary embed by setting state.view to summary.
Supported options:
state.range:1h,1d,1w,1mstate.aggregate:sumoraveragestate.compare:trueto show previous-period comparison alongside the summarystate.header:falseto hide the hosted event headertheme:light,dark,systemautoResizeorresizeMode: control iframe sizing behavior
Last updated on