Update stacked option's typing (#8656)

This commit is contained in:
coyotte508 2021-03-17 15:26:30 +01:00 committed by GitHub
parent b6bb24813a
commit cc7a3fdb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2723,7 +2723,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
* If true, data will be comprised between datasets of data * If true, data will be comprised between datasets of data
* @default false * @default false
*/ */
stacked?: boolean; stacked?: boolean | 'single';
ticks: TickOptions & { ticks: TickOptions & {
/** /**