From 1c1368beadcaeaf8ca82917e5e5eb585353dc9b4 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 31 Mar 2022 14:08:13 +0200 Subject: [PATCH] add startangle to radial scale opts (#10269) --- types/index.esm.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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.