Skip to content

Commit

Permalink
Update LabelPosition type to match v1.0.0 (chartjs#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkel authored Apr 15, 2021
1 parent 8a14cd7 commit b4ee774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/label.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ export interface LabelOptions {
rotation?: Scriptable<number | 'auto', PartialEventContext>
}

export type LabelPosition = 'top' | 'bottom' | 'left' | 'right' | 'center';
export type LabelPosition = 'start' | 'center' | 'end';

export type LabelTextAlign = 'start' | 'center' | 'end';

0 comments on commit b4ee774

Please sign in to comment.