diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index d4ea9145453..356bcbcd769 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -3284,6 +3284,8 @@ export const TimeSeriesScale: ChartComponent & { export type RadialLinearScaleOptions = CoreScaleOptions & { animate: boolean; + startAngle: number; + angleLines: { /** * if true, angle lines are shown.