Commit 56d295df authored by 陈龙's avatar 陈龙

feat: 重新打包EC_HistoryView,提交代码

parent 415018b4
......@@ -10,22 +10,23 @@ group:
# HistoryView 历史数据查看
基础业务组件
- 曲线模式
- 数据强制自动抽稀
- 表格模式
- 默认开启抽稀模式,可选择抽稀
- 曲线模式
- 数据强制自动抽稀
- 表格模式
- 默认开启抽稀模式,可选择抽稀
## 何时使用
- 以图表或表格形式,查看历史数据时。
## 单图表
<code src="./demos/index.js">
## 多图表
<code src="./demos/GridDemo.js">
<code src="./demos/GridDemo.js">
## API
......@@ -38,13 +39,14 @@ group:
| deviceParams | 设备参数信息 | array | - | - |
### deviceParams
```javascript
[
{
deviceCode: 'EGBF00000146', // 设备编码
sensors: '进水压力,出水瞬时流量', // 设备查询指标
sensors: '进水压力,出水瞬时流量', // 设备查询指标
deviceCode: '二供泵房', // 设备类型
},
...
]
```
\ No newline at end of file
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment