Toggle navigation
学生行为习惯分析
By
勤***王
2020-05-26 01:20:00
脚本
16
21
作品使用的第三方脚本
数据管理
上传数据
支持小于 5M 任意格式(csv, xlsx, json, xml, ...)的数据文件
上传后可以通过生成的文件链接异步获取托管的数据。
历史数据
0 条
无历史数据
代码修改记录
信息提示
保存作品
对当前截图不满意?你还可以
上传本地截图
重新截图
作品名称
作品描述
标签
geo
grid
legend
markLine
markPoint
bar
effectScatter
line
lines
map
timeline
title
toolbox
tooltip
visualMap
作品默认版本
最新
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
20:11:45
图表已生成
整理代码
刷新
代码
option = { backgroundColor: '#0A2E5D', "normal": { "top": 200, "left": 300, "width": 500, "height": 400, "zIndex": 6, "backgroundColor": "" }, "color": ["rgba(245, 166, 35, 1)", "rgba(19, 173, 255, 1)"], "title": { "show": true, "text": "学生行为习惯分析", "left": "40%", "top": "1%", "textStyle": { "fontSize": 18, "color": "#fff", "fontStyle": "normal", "fontWeight": "normal" } }, "tooltip": { "show": true, "trigger": "item" }, "legend": { "show": true, "icon": "circle", "left": "35%", "top": "90%", "orient": "horizontal", "textStyle": { "fontSize": 14, "color": "#fff" }, "data": ["高一(1)班", "高一(2)班"] }, "radar": { "center": ["50%", "50%"], "radius": "70%", "startAngle": 90, "splitNumber": 4, "shape": "circle", "splitArea": { "areaStyle": { "color": ["transparent"] } }, "axisLabel": { "show": false, "fontSize": 18, "color": "#fff", "fontStyle": "normal", "fontWeight": "normal" }, "axisLine": { "show": true, "lineStyle": { "color": "white"// } }, "splitLine": { "show": true, "lineStyle": { "color": "white"// } }, "indicator": [{ "name": "良好的文明礼仪习惯", "max": 88 }, { "name": "良好的学习习惯", "max": 88 }, { "name": "良好的健体习惯", "max": 88 }, { "name": "良好的卫生习惯", "max": 88 }, { "name": "良好的阅读习惯", "max": 88 }, { "name": "良好的劳动习惯", "max": 88 }, { "name": "良好的生活习惯", "max": 88 }, { "name": "良好的安全习惯", "max": 88 }] }, "series": [{ "name": "高一(1)班", "type": "radar", "symbol": "circle", "symbolSize": 10, "areaStyle": { "normal": { "color": "rgba(245, 166, 35, 0.4)" } }, itemStyle:{ color:'rgba(245, 166, 35, 1)', borderColor:'rgba(245, 166, 35, 0.3)', borderWidth:10, }, "lineStyle": { "normal": { "type": "dashed", "color": "rgba(245, 166, 35, 1)", "width": 2 } }, "data": [ [80, 50, 55, 80, 50, 80, 48, 43] ] }, { "name": "高一(2)班", "type": "radar", "symbol": "circle", "symbolSize": 10, "itemStyle": { "normal": { color:'rgba(19, 173, 255, 1)', "borderColor": "rgba(19, 173, 255, 0.4)", "borderWidth": 10 } }, "areaStyle": { "normal": { "color": "rgba(19, 173, 255, 0.5)" } }, "lineStyle": { "normal": { "color": "rgba(19, 173, 255, 1)", "width": 2, "type": "dashed" } }, "data": [ [60, 60, 65, 60, 70, 40, 80, 63] ] }] };