Interface: GridTitleOptions
Defined in: grid.ts:22
Figure-wide title drawn above the grid.
Properties
align?
ts
optional align?: "center" | "left" | "right";Defined in: grid.ts:27
color?
ts
optional color?: string;Defined in: grid.ts:24
font?
ts
optional font?: string;Defined in: grid.ts:26
CSS font shorthand. Default a 15px semibold system font.
text
ts
text: string;Defined in: grid.ts:23