Skip to content

Commit

Permalink
Grid line z property in TS types (#9550)
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Aug 14, 2021
1 parent 7835973 commit 2c8c6ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/index.esm.d.ts
Expand Up @@ -2781,6 +2781,10 @@ export interface GridLineOptions {
* @default false
*/
offset: boolean;
/**
* @default 0
*/
z: number;
}

export interface TickOptions {
Expand Down

0 comments on commit 2c8c6ac

Please sign in to comment.