Toggle navigation
35664
By
秀***起
2020-07-03 08:12:07
脚本
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: '#000000', color: '#1C4EBE', "title": [{ "show": false, "textAlign": "left", "text": 35664, "textStyle": { "fontSize": 16, "color": "yellow", "fontWeight": "normal" }, "left": "46.5%", "top": "0.5%" }, { "show": false, "textAlign": "left", "text": 5446, "textStyle": { "fontSize": 16, "color": "yellow", "fontWeight": "normal" }, "left": "46.5%", "top": "50.5%" }], "grid": [{ "show": false, "containLabel": false, "borderWidth": 0, "borderColor": "#fff", "left": "8%", "top": "24%", "width": "87%", "height": "25%" }, { "show": false, "containLabel": false, "borderWidth": 0, "borderColor": "#fff", "left": "8%", "top": "52%", "width": "87%", "height": "25%" }], "xAxis": [{ "type": "category", "show": true, "nameGap": "1", "nameTextStyle": { "color": "#F5F5FA" }, "gridIndex": 0, "axisLabel": { "show": true, "interval": 0, "textStyle": { "color": "#F5F5FA", "fontSize": 14 } }, axisLine: { show: false }, "axisTick": { "show": false }, "data": ["周一", "周二", "周三", "周四", "周五"] }, { "type": "category", "show": false, "name": "日", "nameGap": "1", "nameTextStyle": { "color": "#F5F5FA" }, "gridIndex": 1, "axisLabel": { "show": true, "interval": 0, "textStyle": { "color": "#F5F5FA", "fontSize": 14 } }, "axisTick": { "show": false }, "data": ["周一", "周二", "周三", "周四", "周五"] }], "yAxis": [{ "type": "value", "show": true, "min": 0.001, "axisLabel": { "show": true, color: '#F5F5FA', }, "splitLine": { "show": false }, axisLine: { show: false }, "nameGap": "1", "axisTick": { "show": false }, "nameTextStyle": { "color": "#fff", "fontSize": 14 }, "gridIndex": 0 }, { "type": "value", "show": true, "min": 0.001, inverse: true, "axisLabel": { "show": true, color: '#F5F5FA', }, axisLine: { show: false }, "splitLine": { "show": false, }, "nameGap": "1", "axisTick": { "show": false }, "nameTextStyle": { "color": "#fff", "fontSize": 14 }, "gridIndex": 1 }], "series": [{ "type": "bar", barWidth: 3, "xAxisIndex": 0, "yAxisIndex": 0, "data": [23, 45, 12, 32, 11], "lineStyle": { "normal": { "color": "#EE8262", "width": 2 } }, "animationEasing": "北京", "animationDuration": 1000 }, { "type": "bar", barWidth: 3, "xAxisIndex": 1, "yAxisIndex": 1, "data": [23, 45, 12, 32, 11], "lineStyle": { "normal": { "color": "#B5C334", "width": 2 } }, "animationEasing": "天津", "animationDuration": 1000 },{ "type": "line", barWidth: 3, "xAxisIndex": 0, "yAxisIndex": 0, "data": [23, 45, 12, 32, 11], "lineStyle": { "normal": { "color": "#EE8262", "width": 2 } }, "animationEasing": "北京", "animationDuration": 1000 }, { "type": "line", barWidth: 3, "xAxisIndex": 1, "yAxisIndex": 1, "data": [23, 45, 12, 32, 11], "lineStyle": { "normal": { "color": "#B5C334", "width": 2 } }, "animationEasing": "天津", "animationDuration": 1000 }] }