文档
测试

性别年龄分布

POST
http://jimu.smartsteps.com/users/chart/view

接口描述

区域内,区分性别的年龄分布

请求参数

参数名
类型
描述
必填
classTag
string
示例:000002
必填
projectId
string
示例:18f011e8ef262d1a4560a680de9fd411
必填
timestamp
int
示例:1596522895000
必填
polygonIds
string
示例:
必填

响应参数

参数名
类型
描述
必填
result
object
数据字典
必填
data
array
数据列表
必填
femaleValue
int
示例:24146
必填
maleValue
int
示例:21941
必填
classTag
string
示例:000002
必填
chartType
string
示例:S2
必填
option
object
数据字典
必填
tooltipTitle
string
示例:区域内,区分性别的年龄分布
必填
unit
string
示例:人
必填
title
string
示例:性别年龄分布
必填
timestamp
int
示例:1596522895000
必填
code
int
示例:1
必填
message
string
示例:成功
必填

说明 / 示例

``` { "classTag": "000002", "projectId": "18f011e8ef262d1a4560a680de9fd411", "timestamp": 1596522895000, "polygonIds": "" } ``` ``` { "result": { "data": [{ "femaleValue": 24146, "maleValue": 21941 }, { "femaleValue": 463860, "maleValue": 386991 }, { "femaleValue": 412218, "maleValue": 451658 }, { "femaleValue": 273220, "maleValue": 294743 }, { "femaleValue": 173051, "maleValue": 170661 }, { "femaleValue": 78532, "maleValue": 65237 }, { "femaleValue": 20614, "maleValue": 20519 }], "classTag": "000002", "chartType": "S2", "option": { "tooltipTitle": "区域内,区分性别的年龄分布", "unit": "人", "title": "性别年龄分布" }, "timestamp": 1596522895000 }, "code": 1, "message": "成功" } ```