]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Grid line z property in TS types (#9550)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 14 Aug 2021 17:17:12 +0000 (13:17 -0400)
committerGitHub <noreply@github.com>
Sat, 14 Aug 2021 17:17:12 +0000 (20:17 +0300)
types/index.esm.d.ts

index 53eb57487b1b8e0cca32f35c16f3d86f028066e7..0a35a97098f2009d6e329d7178bd111d4a969700 100644 (file)
@@ -2781,6 +2781,10 @@ export interface GridLineOptions {
    * @default false
    */
   offset: boolean;
+  /**
+   * @default 0
+   */
+  z: number;
 }
 
 export interface TickOptions {