From: coyotte508 Date: Wed, 17 Mar 2021 14:26:30 +0000 (+0100) Subject: Update stacked option's typing (#8656) X-Git-Tag: v3.0.0-rc~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc7a3fdb067b6708d78305125b52d85eda0fcf43;p=thirdparty%2FChart.js.git Update stacked option's typing (#8656) --- diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 0bafe17e6..2d3f4e2cb 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -2723,7 +2723,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions { * If true, data will be comprised between datasets of data * @default false */ - stacked?: boolean; + stacked?: boolean | 'single'; ticks: TickOptions & { /**