Interface UplotProjectionOptionsExperimental

interface UplotProjectionOptions {
    height?: number;
    locale?: string;
    optionOverrides?: Readonly<Record<string, unknown>>;
    stroke?: string;
    width?: number;
}

Hierarchy (view full)

Properties

height?: number
240
locale?: string
optionOverrides?: Readonly<Record<string, unknown>>

Merged over the generated options (never overrides hooks).

stroke?: string

Series stroke colour.

"#2563eb"

width?: number
640