@taiyi-io/api-connector-ts
    Preparing search index...

    Interface StatisticChartData

    统计图表数据

    interface StatisticChartData {
        average: number;
        peak: number;
        timestamp: string;
        valley: number;
        [key: string]: string | number;
    }

    Hierarchy

    • Record<string, number | string>
      • StatisticChartData

    Indexable

    • [key: string]: string | number
    Index

    Properties

    average: number

    平均值

    peak: number

    峰值

    timestamp: string

    时间戳

    valley: number

    谷值