Toggle navigation
2018年度规划版本v2
By
S***七
2018-05-09 08:03:46
脚本
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 = { "title": { "text": "2018年度规划版本v2", "x": "center", "bottom": "0" }, "color": ["#f6ab32", "#f57e46", "#e35857", "#ac58c2", "#4eb468", "#51c4d0", "#5aabe6", "#6f7fe7"], "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow", "shadowStyle": { "color": "rgba(0,0,0,0)" } }, "textStyle": { "color": "#fff" } }, "grid": { "left": "70px" }, "legend": { "data": ["华北分公司"], "top": 2, "type": "scroll" }, "xAxis": { "type": "category", "data": ["胶印书刊纸", "精制涂布纸(64g以上)", "数码印刷纸", "高松胶版印刷纸", "轻型胶版纸(<60克)", "胶印书刊纸(本白全木)", "精品牛皮纸", "伸性纸袋纸", "胶版印刷纸", "胶印书刊纸(68克以下)", "全木浆胶版纸(<68克)(PB)", "胶版印刷纸(68克以上)", "精品复合原纸", "全木浆轻型胶版纸", "轻型胶版纸", "全木浆胶版纸(≥68克)(PB )", "全木浆纯质纸(米黄、象牙白)", "高松微涂纸", "涂布纯质纸", "静电复印纸(PA)", "轻型胶版纸(≥60克)", "高白胶版印刷纸(65克以上)", "簿本纸", "精制涂布纸(58-62g)", "复合胶版纸", "期刊杂志纸", "离型原纸", "精制轻量涂布纸", "高白胶版印刷纸", "高强本色胶带纸", "铜版原纸"], "axisTick": { "show": false }, "axisLine": { "show": true, "lineStyle": { "color": "#439cdc", "width": 2 } }, "z": 2, axisLabel: { textStyle: { color: '#333333' }, formatter: function (val) { var Long=val.length; var data=(Long>5)?(val.substring(0,4)+'..'):(val); console.log(data) return data; }, margin:5, interval:0 } }, "yAxis": [{ "type": "value", "axisLabel": { "textStyle": { "color": "#333333" } }, "splitLine": { "show": false }, "axisLine": { "show": true, "lineStyle": { "color": "#439cdc", "width": 2 } }, "axisTick": { "show": false } }], dataZoom:[{ "show": true, "height": 20, bottom:20, minSpan :10, zoomLock :false, "end": 40 }], "series": [{ "name": "华北分公司", "type": "bar", "label": { "normal": { "show": true } }, "stack": "2018年度规划版本v2", "barMaxWidth": 35, "data": [8003, 4915, 0, 112, 0, 287, 16361, 1806, 5599, 23463, 3475, 2874, 658, 0, 0, 3174, 7014, 0, 2895, 1801, 0, 1273, 754, 167, 0, 1338, 1635, 213, 775, 938, 0, 754, 167, 0, 1338, 1635, 213, 775, 938, 0, 754, 167, 0, 1338, 1635, 213, 775, 938, 0, 754, 167, 0, 1338, 1635, 213, 775, 938, 0, 754, 167, 0, 1338, 1635, 213, 775, 938, 0] }] }