Toggle navigation
区县占比排行榜
By
心***7
2020-11-13 09:03:49
脚本
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
图表已生成
整理代码
刷新
代码
let dataArr = [ { name: "天府新区", value: 100 }, { name: "高新区", value: 99 }, { name: "龙泉驿区", value: 98.5 }, { name: "锦江区", value: 95 }, { name: "青羊区", value: 84 }, { name: "金牛区", value: 57 }, { name: "武侯区", value: 35 }, { name: "成华区", value: 25 }, { name: "青白江区", value: 20 }, { name: "东部新区", value: 20 }, { name: "新都区", value: 15 }, { name: "温江区", value: 13 }, { name: "双流区", value: 10 }, { name: "郫都区", value: 8 }, { name: "彭州市", value: 5 }, { name: "简阳市", value: 3 }, { name: "都江堰市", value: 1 } ] let dataAxis = dataArr.map(obj => obj.name); let TData = dataArr.map(item => Number(item.value)); let max = Math.max(...TData); let maxArr = new Array(TData.length).fill(max); option = { backgroundColor: '#080b30', title: { text: '区县占比排行榜', textStyle: { align: 'center', color: '#fff', fontSize: 20, }, top: '3%', left: 'center' }, grid: { left: '5%', right: '3%', top: '10%', bottom: 25, containLabel: true }, xAxis: { show: false, xAxisIndex: 1, splitNumber: 3, type: "value", nameGap: 30, axisTick: { show: true }, axisLabel: { show: true, textStyle: { color: "#fff", fontSize: 16 } }, min: function(value) { return value.min > 2 ? value.min - 2 : value.min; }, splitLine: { show: false }, axisLine: { lineStyle: { color: "rgba(58,78,105,.8)" } } }, yAxis: { type: "category", data: dataAxis, axisTick: { show: false }, inverse: true, z: 10, axisLabel: { show: true, color: "#fff", fontSize: dataAxis.length > 10 ? 18 : 22, interval: 0, formatter: function(value) { var idx = dataAxis.indexOf(value); return ( "{label|" + value + "}" + "{sort" + (idx < 3 ? idx : "Default") + "|" + (idx + 1) + "}" ); }, rich: { label: { color: "#fff", fontSize: dataAxis.length > 10 ? 18 : 22, padding: [0, 10, 2, 0], fontWeigth: "normal" }, sort0: { color: "#fff", fontSize: 16, width: 20, height: 20, textShadowColor: "rgba(0,0,0,.4)", textShadowBlur: 2, textShadowOffsetX: -1, textShadowOffsetY: 1, shadowColor: "rgba(255,102,31,.26)", verticalAlign: "middle", shadowBlur: 8, shadowOffsetY: 4, fontStyle: "italic", align: "center", backgroundColor: "#ff562e" }, sort1: { color: "#fff", fontSize: 16, width: 20, height: 20, textShadowColor: "rgba(0,0,0,.4)", fontStyle: "italic", textShadowBlur: 2, textShadowOffsetX: -1, textShadowOffsetY: 1, shadowColor: "rgba(255,171,41,.26)", verticalAlign: "middle", shadowBlur: 8, shadowOffsetY: 4, align: "center", backgroundColor: "#ff900e" }, sort2: { color: "#fff", fontSize: 16, width: 20, height: 20, fontStyle: "italic", textShadowColor: "rgba(0,0,0,.4)", textShadowBlur: 2, textShadowOffsetX: -1, textShadowOffsetY: 1, shadowColor: "rgba(11,175,237,.26)", verticalAlign: "middle", shadowBlur: 8, shadowOffsetY: 4, align: "center", backgroundColor: "#0599de" }, sortDefault: { color: "#fff", fontSize: 16, width: 17, padding: [0, 3, 0, 0], height: 20, fontStyle: "italic", textShadowColor: "rgba(0,0,0,.4)", textShadowBlur: 2, textShadowOffsetX: -1, textShadowOffsetY: 1, shadowColor: "rgba(15,191,129,.26)", verticalAlign: "middle", shadowBlur: 8, shadowOffsetY: 4, align: "center", backgroundColor: "#0bbe63" } } }, axisLine: { show: true, lineStyle: { color: "#e4e4e4" } } }, color: ["#ff562e", "#ff900e", "#0599de", "#0bbe63"], series: [ { type: "bar", barGap: "-100%", barWidth: 6, z: 0, label: { normal: { show: true, position: "right", formatter: function(params) { var idy = params.dataIndex > 3 ? 3 : params.dataIndex; return ( "{color" + idy + "|" + TData[params.dataIndex] + "}{u" + idy + "|" + "%}" ); }, rich: { color0: { color: "#ff562e", fontSize: 24, verticalAlign: "bottom" }, color1: { color: "#ff900e", fontSize: 24, verticalAlign: "bottom" }, color2: { color: "#0599de", fontSize: 24, verticalAlign: "bottom" }, color3: { color: "#0bbe63", fontSize: 24, verticalAlign: "bottom" }, u0: { fontSize: 14, color: "#ff562e", padding: 2, verticalAlign: "bottom" }, u1: { color: "#ff900e", fontSize: 14, padding: 2, verticalAlign: "bottom" }, u2: { color: "#0599de", fontSize: 14, padding: 2, verticalAlign: "bottom" }, u3: { color: "#0bbe63", fontSize: 14, padding: 2, verticalAlign: "bottom" } } } }, tooltip: { show: false }, itemStyle: { normal: { barBorderRadius: 5, color: "#e1e7eb" } }, data: maxArr }, { type: "bar", barGap: "-100%", barWidth: 6, label: { normal: { show: false }, emphasis: { show: false } }, z: 8, itemStyle: { barBorderRadius: 5, shadowColor: "rgba(0, 0, 0, 0.1)", shadowBlur: 8, shadowOffsetY: 8, color: params => { // build a color map as your need. //定义一个颜色集合 var colorList = ["#ff7a0e", "#ffcb48", "#12c9fe", "#13c1a3"]; var colorList2 = ["#ff562e", "#ff900e", "#0599de", "#0bbe63"]; //对每个bar显示一种颜色 var idx = params.dataIndex < 3 ? params.dataIndex : 3; var colorS = colorList[idx]; var colorS2 = colorList2[idx]; return new echarts.graphic.LinearGradient(1, 0, 0, 0, [ { offset: 0, color: colorS }, { offset: 1, color: colorS2 } ]); }, emphasis: { barBorderRadius: 5, color: new echarts.graphic.LinearGradient(1, 0, 0, 0, [ { offset: 1, color: "#00ff90" }, { offset: 0, color: "#0084f3" } ]) } }, data: TData } ] };