- Streams
- Compute
- Overview
- Group By Ranges & Buckets
- Saved Queries
- Video Completion Funnel
- Data Explorer Guide
- Compute Pricing Guide
- Custom Ad Performance
- Session Timing Metrics
- Cohort Analysis
- Retention Analysis
- Funnel Analysis
- Creating a Funnel with an OR Condition
- Stripe Revenue Queries
- Create a Email Nightly Report
- Query Tuning
- Cached Queries
- Cached Datasets
- Paid Session Metrics
- User Engagement
- Visualize
Table Chart
Plot
The plot is a part of keen.io/charts
package and can be used in React
environment as standalone component.
API
Property | Description | Type | Default |
---|---|---|---|
data | Chart data | Record<string, any> |
- |
color | Main table color | string |
- |
formatHeader | Object of functions to format headers separately | Record<string, FormatFunction> |
- |
formatValue | Formatter for table values | ValueFormatter |
- |
onResize | Table resize handler | ({ property: string; width: number }) => void |
- |
Theme
List of theme properties supported by Choropleth Chart widget.
Property | Description | Type |
---|---|---|
table.header | Table header settings | { typography: Typography } |
table.body | Table body settings | { typography: Typography } |