From 53bdcaf2569d3f17a27d3ed52e35b75e11518dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=B5=A9?= Date: Wed, 28 Aug 2019 11:02:01 +0800 Subject: [PATCH] =?UTF-8?q?Update=20nezha=E6=8E=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha接口文档.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nezha接口文档.md b/nezha接口文档.md index ba47124..510298b 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -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": "{}" } ```