多维指标

组件名称:多维指标

组件样式

多维指标

组件说明

多维指标组件,支持多组数据。支持自定义背景颜色和透明度。

请求方式:POST

https://doc.tingyun.com/sense/example/multimetric.json

参数

字段 类型 描述 是否必选
currentTime Number 当前时间戳。
token String 盐值,校验规则为md5(timePeriod+currentTime+配置的token),
例如:timePeriod为30,currentTime为1513137332798,token为abc,则应对301513137332798abc进行md5。
timePeriod Number 时间范围分钟数。

正确响应数据

字段 类型 描述
series Array 数据数组
title String 标题,支持传”“(空字符串),然后在配置项中自定义标题
data Array 数据
value Number/String 默认数字类型,也支持小数和字符串类型。当传空字符串的时候不显示。
name String 名称
unit String 单位,非必须字段

示例

{
    "series": [
        {
            "title": "IOS端",
            "data": [
                {
                    "name": "荣威APP",
                    "value": 1.4,
                    "unit": "s"
                },
                {
                    "name": "行业最佳",
                    "value": 0.84,
                    "unit": "s"
                }
            ]
        },
        {
            "title": "Android端",
            "data": [
                {
                    "name": "荣威APP",
                    "value": 1.317,
                    "unit": "s"
                },
                {
                    "name": "行业最佳",
                    "value": 1.26,
                    "unit": "s"
                }
            ]
        }
    ]
}
© 2007-2023 北京基调网络股份有限公司 all right reserved,powered by Gitbook本文档更新于: 2021-03-01 11:32

results matching ""

    No results matching ""