Grid line z property in TS types (#9550)

This commit is contained in:
Evert Timberg 2021-08-14 13:17:12 -04:00 committed by GitHub
parent 7835973eb0
commit 2c8c6ac9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2781,6 +2781,10 @@ export interface GridLineOptions {
* @default false
*/
offset: boolean;
/**
* @default 0
*/
z: number;
}
export interface TickOptions {