From: Evert Timberg Date: Sat, 14 Aug 2021 17:17:12 +0000 (-0400) Subject: Grid line z property in TS types (#9550) X-Git-Tag: v3.5.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c8c6ac9ecb61ab5e7c8bcaba046a18e75fbfcee;p=thirdparty%2FChart.js.git Grid line z property in TS types (#9550) --- diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 53eb57487..0a35a9709 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -2781,6 +2781,10 @@ export interface GridLineOptions { * @default false */ offset: boolean; + /** + * @default 0 + */ + z: number; } export interface TickOptions {