@taiyi-io/api-connector-ts
Preparing search index...
StatisticChartData
Interface StatisticChartData
统计图表数据
Interface
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
peak
timestamp
valley
Properties
average
average
:
number
平均值
peak
peak
:
number
峰值
timestamp
timestamp
:
string
时间戳
valley
valley
:
number
谷值
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
average
peak
timestamp
valley
@taiyi-io/api-connector-ts
Loading...
统计图表数据
Interface