多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api] get:/园丁端接口基础地址/statistics/extension *string:access_token#令牌 *int:kid#机构id *string:month#2018-05 <<< success { "status": "success", "data": { "color": { '#ffda44', '#aedc24', '#37b6ff', '#a975ff' }, "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } }, "legend": { "data": [ "主页浏览", "主页分享", "课程浏览", "课程分享" ] }, "toolbox": { "show": true, "orient": "vertical", "left": "right", "top": "center", "feature": { "mark": { "show": true }, "dataView": { "show": true, "readOnly": false }, "magicType": { "show": true, "type": [ "line", "bar", "stack", "tiled" ] }, "restore": { "show": true }, "saveAsImage": { "show": true } } }, "calculable": true, "xAxis": [ { "type": "category", "axisTick": { "show": false }, "data": [ "01日", "02日", "03日", "04日", "05日", "06日", "07日", "08日", "09日", "10日", "11日", "12日", "13日", "14日", "15日", "16日", "17日", "18日", "19日", "20日", "21日", "22日", "23日", "24日", "25日", "26日", "27日", "28日", "29日" ] } ], "yAxis": [ { "type": "value" } ], "series": [ { "name": "主页浏览", "type": "bar", "barGap": 0, "label": "labelOption", "data": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "name": "主页分享", "type": "bar", "label": "labelOption", "data": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "name": "课程浏览", "type": "bar", "label": "labelOption", "data": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "name": "课程分享", "type": "bar", "label": "labelOption", "data": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } } <<< error ~~~