What problem does it solve?
Choosing the wrong chart type makes change-over-time data hard to read. This Skill helps PostHog engineers and agents pick the right visualization—line charts, slope graphs, bar charts, or metric cards—when building UI with @posthog/quill-charts for dashboards, reports, and custom visualizations.
Core Features & Use Cases
- Chart Selection Guidance: Maps the shape of the change (continuous trend, two-point before/after, magnitude comparison, single headline number) to the right quill-charts component.
- SlopeChart Implementation: Provides a complete usage pattern for the SlopeChart component, including series shape, labels, legend, delta formatting, and label collision behavior.
- Dual Rendering Paths: Explains when to use the SlopeChart UI component versus the ChartDisplayType.SlopeGraph insight display backed by the SlopeGraphTrendsQueryRunner, including feature flag and API/MCP tool behavior.
- Use Case: When a user asks how signups changed week over week across regions, offer a slope graph showing each region's movement from the baseline period to the current period instead of a crowded grouped bar chart.
Quick Start
Ask the agent to visualize how a metric changed between two periods across several categories using a slope graph in a PostHog dashboard.