Skip to content

Interface: SparklineOptions

Defined in: src/temporal/types.ts:53

Options for the SparklineOverlay canvas.

Properties

width?

ts
optional width?: number;

Defined in: src/temporal/types.ts:54


height?

ts
optional height?: number;

Defined in: src/temporal/types.ts:55


lineColor?

ts
optional lineColor?: string;

Defined in: src/temporal/types.ts:56


bgColor?

ts
optional bgColor?: string;

Defined in: src/temporal/types.ts:57


timeMarkerColor?

ts
optional timeMarkerColor?: string;

Defined in: src/temporal/types.ts:58


padding?

ts
optional padding?: number;

Defined in: src/temporal/types.ts:59

Released under the MIT License.