Update nezha接口文档.md

This commit is contained in:
唐浩
2019-08-28 11:02:01 +08:00
parent b6c043c3a6
commit 53bdcaf256

View File

@@ -5069,10 +5069,6 @@ msg |string |R | 
id |String |R |id
name |String |R |图表标题
chartType |Integer |R |图表类型
x |Integer |R |x轴起点
y |Integer |R |y轴起点
width |Integer |R |
height |Integer |R |
data |String |R |图表参数信息data格式见附录B
示例
@@ -5083,10 +5079,6 @@ data |String |R |图表参数信息data格式见附录B
"name": "",
"systemId": 1,
"chartType": 1,
"x": 1,
"y": 1,
"width": 1,
"height": 1,
"data": "{}"
}
```