Skip to content

Commit

Permalink
add startangle to radial scale opts (#10269)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Mar 31, 2022
1 parent 4c42bd0 commit 1c1368b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.esm.d.ts
Expand Up @@ -3284,6 +3284,8 @@ export const TimeSeriesScale: ChartComponent & {
export type RadialLinearScaleOptions = CoreScaleOptions & {
animate: boolean;

startAngle: number;

angleLines: {
/**
* if true, angle lines are shown.
Expand Down

0 comments on commit 1c1368b

Please sign in to comment.