指标面积图

组件名称:指标面积图

组件样式

指标面积图

组件说明

指标面积图支持多组数据,每条数据的data可以支持任意长度的数据。

请求方式:POST

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

参数

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

正确响应数据

字段 类型 描述
series Array 数据列,对应数据的条数
name String 数据名称
title String 副标题
value Number/String 数据的值,可以传空
data Array 数组的值必须是数字类型

示例

{
    "series": [
        {
            "name": "Monthly Active Users",
            "title": "(12.21-12.21)",
            "value": 44,
            "data": [
                7,
                10,
                98,
                83,
                19,
                73,
                38,
                28,
                76,
                59,
                67,
                66
            ]
        },
        {
            "name": "Daily Activate Units",
            "title": "(12.20-12.21)",
            "value": 47,
            "data": [
                85,
                88,
                10,
                46,
                46,
                41,
                79,
                58,
                95,
                59,
                77,
                60
            ]
        },
        {
            "name": "Average Concurrent Users",
            "title": "(11:55)",
            "value": 67,
            "data": [
                9,
                94,
                69,
                28,
                3,
                65,
                96,
                89,
                88,
                83,
                47,
                90
            ]
        }
    ]
}
© 2007-2023 北京基调网络股份有限公司 all right reserved,powered by Gitbook本文档更新于: 2021-06-16 11:21

results matching ""

    No results matching ""