mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Grid line z property in TS types (#9550)
This commit is contained in:
parent
7835973eb0
commit
2c8c6ac9ec
4
types/index.esm.d.ts
vendored
4
types/index.esm.d.ts
vendored
@ -2781,6 +2781,10 @@ export interface GridLineOptions {
|
||||
* @default false
|
||||
*/
|
||||
offset: boolean;
|
||||
/**
|
||||
* @default 0
|
||||
*/
|
||||
z: number;
|
||||
}
|
||||
|
||||
export interface TickOptions {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user