add startangle to radial scale opts (#10269)

This commit is contained in:
Jacco van den Berg 2022-03-31 14:08:13 +02:00 committed by GitHub
parent 4c42bd0919
commit 1c1368bead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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