From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:24:40 +0000 (+0200) Subject: Fix typing of the isoWeekday field (#9330) X-Git-Tag: v3.4.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=760fcff6fa7c9228fbaa58a5dcefaa287f5c0381;p=thirdparty%2FChart.js.git Fix typing of the isoWeekday field (#9330) --- diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index e5f474d94..235670cd8 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -3025,7 +3025,7 @@ export type TimeScaleOptions = CartesianScaleOptions & { * If `number`, the index of the first day of the week (0 - Sunday, 6 - Saturday). * @default false */ - isoWeekday: false | number; + isoWeekday: boolean | number; /** * Sets how different time units are displayed. */