Toggle navigation
自动播放排名
By
爱***月
2017-09-21 12:49:33
脚本
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 = { timeline: { data: ['9月1日', '9月2日', '9月3日', '9月4日', '9月5日', '9月6日', '9月7日', '9月8日', '9月9日', '9月10日'], axisType: 'category', show: true, autoPlay: true, playInterval: 1000, checkpointStyle: { color: '#04a5f1', borderColor: 'rgba(4, 165, 261, .5)' }, itemStyle: { normal: { color: '#04a5f1' }, emphasis: { color: '#04a5f1' } }, lineStyle: { color: '#ddd' }, }, options: [{ title: { 'text': '部门排名', }, tooltip: { 'trigger': 'axis' }, legend: { "show": true, x: 'left', 'data': ['上客量'], 'selected': { '上客量': true, } }, calculable: true, grid: { 'y': 80, 'y2': 100 }, xAxis: [{ 'type': 'category', 'axisLabel': { 'interval': 0 }, 'data': [ '市场监管局', ' 卫计委', '环保局', '民宗委', '人保局', '文广局', '规土局', '发改局' ] }], yAxis: [{ 'type': 'value', 'name': '部门排名', 'max': 200 }, { 'type': 'value', }], series: [{ 'name': '效能指数', 'yAxisIndex': 1, 'type': 'bar', 'data': [5, 6, 8, 28, 8, 24, 11, 16], itemStyle: { normal: { color: new echarts.graphic.LinearGradient( 0, 1, 0, 0, [{ offset: 0, color: '#2af598' }, { offset: 1, color: '#009efd' }] ), barBorderRadius: 4 }, emphasis: { color: new echarts.graphic.LinearGradient( 0, 1, 0, 0, [{ offset: 0, color: '#2af598' }, { offset: 1, color: '#009efd' }] ), barBorderRadius: 4 } }, label: { normal: { show: true, position: 'top', formatter: '{c}' } }, }] }, { title: { 'text': '9月2日' }, series: [{ 'data': [45, 43, 64, 134, 188, 43, 109, 12] }] }, { title: { 'text': '9月3日' }, series: [{ 'data': [110, 32, 111, 176, 73, 59, 181, 9] }] }, { title: { 'text': '9月4日' }, series: [{ 'data': [94, 37, 64, 55, 56, 41, 70, 17] }] }, { title: { 'text': '9月5日' }, series: [{ 'data': [5, 6, 5, 28, 8, 24, 11, 16] }] }, { title: { 'text': '9月6日' }, series: [{ 'data': [45, 34, 64, 134, 188, 43, 109, 12] }] }, { title: { 'text': '9月7日' }, series: [{ 'data': [5, 6, 34, 28, 8, 24, 11, 16] }] }, { title: { 'text': '9月8日' }, series: [{ 'data': [94, 37, 64, 55, 56, 41, 70, 17] }] }, { title: { 'text': '9月9日' }, series: [{ 'data': [45, 40, 64, 134, 188, 43, 109, 12] }] }, { title: { 'text': '9月10日' }, series: [{ 'data': [5, 6, 10, 28, 8, 24, 11, 16] }] }, ] };