]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
add startangle to radial scale opts (#10269)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Thu, 31 Mar 2022 12:08:13 +0000 (14:08 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 12:08:13 +0000 (08:08 -0400)
types/index.esm.d.ts

index d4ea9145453a5b70bf6cbd070342755921197616..356bcbcd7693f106892b68458c9051c9053be869 100644 (file)
@@ -3284,6 +3284,8 @@ export const TimeSeriesScale: ChartComponent & {
 export type RadialLinearScaleOptions = CoreScaleOptions & {
   animate: boolean;
 
+  startAngle: number;
+
   angleLines: {
     /**
      * if true, angle lines are shown.