EC_HistoryInfo.md 966 Bytes
Newer Older
涂茜's avatar
涂茜 committed
1
---
涂茜's avatar
涂茜 committed
2
title: EC_HistoryInfo - 历史数据查看
涂茜's avatar
涂茜 committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
nav:
  title: 基础组件
  path: /extend-components
group:
  path: /
---

# HistoryInfo 历史数据查看

基础业务组件

- 查看任意时间段的历史数据
- 允许同期对比任意历史数据
- 允许过滤异常值
- 允许指定时间间隔的数据抽稀

## 何时使用

- 以图表或表格形式,查看历史数据时。

## 代码演示

<code src="./demos/Basic.tsx">

## API

api 参考 Antd Table 组件 https://ant.design/components/table-cn/#API

| 参数 | 说明 | 类型 | 默认值 | 可选值 |
| --- | --- | --- | --- | --- |
| title | 标题 | string | 指标曲线 | - |
| defaultChecked | 默认选中自定义时间 key | string | oneHour | oneHour/fourHour/twelveHours/roundClock/yesterday |
| tableProps | 表格其他 props | object | { } | - |
| historyInfoService | 历史曲线服务 | promise | - | - |
| historyInfoParams | 历史曲线服务参数 | object | { } | - |