Formatting insight axes PostHog renders TrendsQuery insights with a built-in axis formatter. Use it instead of contorting or to fake units. The anti-pattern If you are reaching for any of these, stop and pick a format below first: - with — manual seconds - minutes - with — manual ms - seconds - with — manual ratio - percent - / / / on raw values These freeze the unit at one scale. The built-in formatter picks a friendly unit per value (1.5s, 2m 12s, 1h 4m) and keeps the underlying series numerically correct for further math, breakdowns, and alerts. Available formats Set on the TrendsQuery: |…