From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:08:13 +0000 (+0200) Subject: add startangle to radial scale opts (#10269) X-Git-Tag: v3.8.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1368beadcaeaf8ca82917e5e5eb585353dc9b4;p=thirdparty%2FChart.js.git add startangle to radial scale opts (#10269) --- diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index d4ea91454..356bcbcd7 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.