#2776 adds three per-tile display settings for line/area time charts (showLegend, tooltipMode, lineInterpolation) on SharedChartSettingsSchema. That PR is app-side only: the v2 external API maps tile config by explicit per-display-type construction in packages/api/src/routers/external-api/v2/utils/dashboards.ts, so the new fields do not reach the external contract or the generated OpenAPI.
This tracks the external API parity follow-up:
Depends on #2776.
#2776 adds three per-tile display settings for line/area time charts (
showLegend,tooltipMode,lineInterpolation) onSharedChartSettingsSchema. That PR is app-side only: the v2 external API maps tile config by explicit per-display-type construction inpackages/api/src/routers/external-api/v2/utils/dashboards.ts, so the new fields do not reach the external contract or the generated OpenAPI.This tracks the external API parity follow-up:
dashboards.ts) for the line display type.packages/api/src/utils/zod.ts) and the hand-written OpenAPI JSDoc so the generated spec includes them.Depends on #2776.