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

    Interface SeriesPriceRange

    Min/max price a single view entry contributes to autoscale.

    interface SeriesPriceRange {
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    max: number
    min: number