@rekurt/openkline - v0.2.0
    Preparing search index...

    Interface PriceLineOptions

    interface PriceLineOptions {
        color?: string;
        draggable?: boolean;
        lineStyle?: "solid" | "dashed";
        price: number;
        title?: string;
    }
    Index

    Properties

    color?: string

    Line + pill color. Defaults to the theme text color.

    draggable?: boolean

    When true, the user can drag the line vertically to change its price.

    lineStyle?: "solid" | "dashed"

    'solid' or 'dashed' (default).

    price: number

    Price the line sits at.

    title?: string

    Pill label. Defaults to the formatted price.