stream-charts
    Preparing search index...

    Type Alias BarChartElementId

    type BarChartElementId = {
        currentValue: string;
        meanValue: string;
        minMax: string;
        windowedMeanValue: string;
        windowedMinMax: string;
    }
    Index

    Properties

    currentValue: string
    meanValue: string
    minMax: string
    windowedMeanValue: string
    windowedMinMax: string