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

View File

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