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

    Interface VolumeProfileColors

    Per-tier fill colors for the profile bars.

    interface VolumeProfileColors {
        bar?: string;
        poc?: string;
        valueArea?: string;
    }
    Index

    Properties

    Properties

    bar?: string

    Bars outside the value area.

    poc?: string

    The single Point-of-Control bar.

    valueArea?: string

    Bars inside the value area (excluding the POC bar).