MAIDR JavaScript API
    Preparing search index...

    The subset of a series' options the adapter reads.

    interface LwcSeriesOptions {
        title?: string;
        visible?: boolean;
        base?: number;
        priceFormat?: {
            type?: "volume" | "percent" | "custom" | "price";
            precision?: number;
        };
    }
    Index

    Properties

    title?: string
    visible?: boolean
    base?: number

    The histogram's baseline.

    priceFormat?: {
        type?: "volume" | "percent" | "custom" | "price";
        precision?: number;
    }