mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-03 23:14:02 +01:00
Grid line z property in TS types (#9550)
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user