All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
chart.mock.groupBar.json Maven / Gradle / Ivy
{
"success": false,
"data": [
{
"month": "一月",
"visits": 231,
"type": "门店"
},
{
"month": "二月",
"visits": 321,
"type": "门店"
},
{
"month": "三月",
"visits": 233,
"type": "门店"
},
{
"month": "四月",
"visits": 432,
"type": "门店"
},
{
"month": "五月",
"visits": 211,
"type": "门店"
},
{
"month": "六月",
"visits": 122,
"type": "门店"
},
{
"month": "一月",
"visits": 333,
"type": "电商"
},
{
"month": "二月",
"visits": 555,
"type": "电商"
},
{
"month": "三月",
"visits": 222,
"type": "电商"
},
{
"month": "四月",
"visits": 333,
"type": "电商"
},
{
"month": "五月",
"visits": 453,
"type": "电商"
},
{
"month": "六月",
"visits": 111,
"type": "电商"
}
],
"columnData": {
"month": {
"type": "varchar",
"tableName": "",
"originalColumn": "month",
"aggregate": "",
"alias": "month",
"remark": "月份"
},
"visits": {
"type": "bigint",
"tableName": "",
"originalColumn": "visits",
"aggregate": "",
"alias": "visits",
"remark": "访问量"
},
"type": {
"type": "varchar",
"tableName": "",
"originalColumn": "type",
"aggregate": "",
"alias": "type",
"remark": "类型"
}
}
}