Toggle navigation
GPA
By
二***弃
2018-12-20 02:51:29
脚本
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: '#4ba4ba', title: { text: 'GPA', x: 'left', textStyle: { color: '#fff', } }, tooltip: { trigger: 'axis', axisPointer: { type: 'cross', crossStyle: { color: '#999' } } }, legend: { data: [{ name: '平均GPA', textStyle: { color: '#fff' } }, ] }, grid: { y2: 100 }, xAxis: [{ type: 'category', data: ['国际关系学院', '华西口腔医学院', '电气信息学院', '华西基础医学与法医学院', '电子信息学院', '公共管理学院', '商学院', '体育学院', '地理与环境科学学院', '初等教育学院', '文学院', '建筑与环境学院', '艺术学院', '水利水电学院', '马克思主义学院', '华西第二医院', '灾后重建与管理学院', '制造科学与工程学院', '经济学院'], axisLine: { lineStyle: { color: "#024" } }, axisPointer: { type: 'shadow' }, axisLabel: { rotate: -35, showMinLabel: 'ture', showMaxLabel: 'ture', } }], yAxis: [{ type: 'value', axisLine: { lineStyle: { color: "#024" } }, name: '', min: 2, max: 3.2, interval: 0.2, axisLabel: { formatter: '{value}' } }], series: [{ name: '平均GPA', type: 'bar', markPoint: { data: [{ type: 'max', name: '最大值' }, { type: 'min', name: '最小值' } ] }, data: [2.75, 2.99, 2.9, 2.68, 2.57, 2.8, 2.78, 2.1, 2.6, 2.6, 2.1, 2.1, 2.1, 2.2, 2.2, 2.8, 3.1, 3.1, 3.2] }] };