Charts
Chirpier charts are hosted event embeds that render the public event page at /events/:eventId.
The chart surface currently supports four chart experiences:
- Line chart: timeseries data rendered as a line
- Bar chart: timeseries data rendered as bars
- Summary view: headline metrics for an event
- Tracker chart: threshold-based monitoring against an aggregate
All embeds are configured with an eventId plus optional state:
range:1h,1d,1w,1maggregate:sum,averagevariant:line,barcompare: show previous-period comparisonheader: show or hide the hosted event headerview:all,summary,timeseries,trackertracker.condition:gt,gte,lt,lte,eqtracker.threshold: numeric threshold used by tracker mode
Embed clients also support:
shareTokenfor share-scoped access when needed- sizing options like
width,height,minHeight,maxHeight, andaspectRatio autoResizeorresizeModefor iframe sizing behaviortheme:light,dark,system- lifecycle hooks such as
onRendered,onResize,onError, andonInteraction
For embed usage, start with Embed Charts.
Last updated on