When to use
Use the Area Chart when you want to:
- Show trends over time
- Emphasize volume or scale changes
- Display multiple series stacked
Area charts are particularly effective for metrics that accumulate or change gradually over time.
How to add an area chart
Example:
Configuration options
Customize your Area Chart with the following options:
- X-Axis: A path to label or the group by param
- Y-Axes: An array of value path and color combination
Use dynamic bindings like {{filter.timeLimit.start}}, {{filter.timeLimit.end}} to make your chart respond to dashboard time filters.
Best practices
- Limit the number of series to keep the chart readable.
- Apply consistent color palettes for related metrics.
- Use filters (
{{filter.timeLimit.start}}, {{filter.timeLimit.end}}) to enable dynamic dashboards