Skip to content

Commit 7a50118

Browse files
authored
Add missing adjustScaleRange to AnnotationOptions (#424)
1 parent f2cdae9 commit 7a50118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/options.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export type AnnotationOptions<TYPE extends AnnotationType = AnnotationType> =
2020
export interface CoreAnnotationOptions extends AnnotationEvents {
2121
id?: string,
2222
display?: Scriptable<boolean, PartialEventContext>,
23+
adjustScaleRange?: Scriptable<boolean, PartialEventContext>,
2324
borderColor?: Scriptable<Color, PartialEventContext>,
2425
borderWidth?: Scriptable<number, PartialEventContext>,
2526
borderDash?: Scriptable<[number, number], PartialEventContext>,

0 commit comments

Comments
 (0)