SetTraceOptions

Description

Options for setting trace lines

interface SetTraceOptions {
    color?: string;
    opacity?: number;
    size?: number;
}

Properties

Properties

color?: string

Color of the trace line

opacity?: number

Opacity of the trace line

size?: number

Width of the trace line