|
|
@ -79,15 +79,6 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
chartData: [...(chinaMap.features.map(e => {
|
|
|
|
|
|
|
|
return {
|
|
|
|
|
|
|
|
name: e.properties.name,
|
|
|
|
|
|
|
|
value: Math.random() * 200
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
})), {
|
|
|
|
|
|
|
|
name: '南海诸岛',
|
|
|
|
|
|
|
|
value: Math.random() * 200
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
hj: 1000,
|
|
|
|
hj: 1000,
|
|
|
|
title: [
|
|
|
|
title: [
|
|
|
|
'三日清单',
|
|
|
|
'三日清单',
|
|
|
@ -194,300 +185,23 @@ export default {
|
|
|
|
{value: [115.179594, 34.647758]},
|
|
|
|
{value: [115.179594, 34.647758]},
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
let option = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
geo: {
|
|
|
|
|
|
|
|
map: "china",
|
|
|
|
|
|
|
|
aspectScale: 0.75, //长宽比
|
|
|
|
|
|
|
|
zoom: 1.1,
|
|
|
|
|
|
|
|
roam: false,
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
areaColor: {
|
|
|
|
|
|
|
|
type: "radial",
|
|
|
|
|
|
|
|
x: 0.5,
|
|
|
|
|
|
|
|
y: 0.5,
|
|
|
|
|
|
|
|
r: 0.8,
|
|
|
|
|
|
|
|
colorStops: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
offset: 0,
|
|
|
|
|
|
|
|
color: "#09132c", // 0% 处的颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
offset: 1,
|
|
|
|
|
|
|
|
color: "#274d68", // 100% 处的颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
globalCoord: true, // 缺省为 false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
shadowColor: "rgb(58,115,192)",
|
|
|
|
|
|
|
|
shadowOffsetX: 2,
|
|
|
|
|
|
|
|
shadowOffsetY: 2.3,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
emphasis: {
|
|
|
|
|
|
|
|
areaColor: "#2AB8FF",
|
|
|
|
|
|
|
|
borderWidth: 0,
|
|
|
|
|
|
|
|
color: "green",
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
regions: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "南海诸岛",
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
areaColor: "rgba(0, 10, 52, 1)",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
borderColor: "rgba(0, 10, 52, 1)",
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
opacity: 0,
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
color: "#009cc9",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
series: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: "map",
|
|
|
|
|
|
|
|
roam: false,
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
borderColor: "rgb(147, 235, 248)",
|
|
|
|
|
|
|
|
borderWidth: 1,
|
|
|
|
|
|
|
|
areaColor: {
|
|
|
|
|
|
|
|
type: "radial",
|
|
|
|
|
|
|
|
x: 0.5,
|
|
|
|
|
|
|
|
y: 0.5,
|
|
|
|
|
|
|
|
r: 0.8,
|
|
|
|
|
|
|
|
colorStops: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
offset: 0,
|
|
|
|
|
|
|
|
color: "#09132c", // 0% 处的颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
offset: 1,
|
|
|
|
|
|
|
|
color: "#274d68", // 100% 处的颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
globalCoord: true, // 缺省为 false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
emphasis: {
|
|
|
|
|
|
|
|
areaColor: "rgb(46,229,206)",
|
|
|
|
|
|
|
|
// shadowColor: 'rgb(12,25,50)',
|
|
|
|
|
|
|
|
borderWidth: 0.1,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
zoom: 1.1,
|
|
|
|
|
|
|
|
// roam: false,
|
|
|
|
|
|
|
|
map: "china", //使用
|
|
|
|
|
|
|
|
// data: this.difficultData //热力图数据 不同区域 不同的底色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: "effectScatter",
|
|
|
|
|
|
|
|
coordinateSystem: "geo",
|
|
|
|
|
|
|
|
showEffectOn: "render",
|
|
|
|
|
|
|
|
zlevel: 1,
|
|
|
|
|
|
|
|
rippleEffect: {
|
|
|
|
|
|
|
|
period: 15,
|
|
|
|
|
|
|
|
scale: 4,
|
|
|
|
|
|
|
|
brushType: "fill",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
hoverAnimation: true,
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
formatter: "{b}",
|
|
|
|
|
|
|
|
position: "right",
|
|
|
|
|
|
|
|
offset: [15, 0],
|
|
|
|
|
|
|
|
color: "#1DE9B6",
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: "#1DE9B6",
|
|
|
|
|
|
|
|
shadowBlur: 10,
|
|
|
|
|
|
|
|
shadowColor: "#333",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
symbolSize: 2,
|
|
|
|
|
|
|
|
data: points,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: "lines",
|
|
|
|
|
|
|
|
zlevel: 2,
|
|
|
|
|
|
|
|
effect: {
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
period: 2, //箭头指向速度,值越小速度越快
|
|
|
|
|
|
|
|
trailLength: 0.4, //特效尾迹长度[0,1]值越大,尾迹越长重
|
|
|
|
|
|
|
|
symbol: "arrow", //箭头图标
|
|
|
|
|
|
|
|
symbolSize: 5, //图标大小
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
lineStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: "#1DE9B6",
|
|
|
|
|
|
|
|
width: 1, //线条宽度
|
|
|
|
|
|
|
|
opacity: 0.1, //尾迹线条透明度
|
|
|
|
|
|
|
|
curveness: 0.3, //尾迹线条曲直度
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
data: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[118.8062, 31.9208],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#4ab2e5"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[127.9688, 45.368],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#4fb6d2"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[110.3467, 41.4899],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#52b9c7"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[125.8154, 44.2584],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#5abead"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[116.4551, 40.2539],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f34e2b"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[123.1238, 42.1216],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f56321"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[114.4995, 38.1006],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f56f1c"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[117.4219, 39.4189],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f58414"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[112.3352, 37.9413],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f58f0e"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[109.1162, 34.2004],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f5a305"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[103.5901, 36.3043],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#e7ab0b"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[106.3586, 38.1775],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#dfae10"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[101.4038, 36.8207],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#d5b314"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[103.9526, 30.7617],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#c1bb1f"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[108.384366, 30.439702],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#b9be23"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[113.0823, 28.2568],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#a6c62c"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[102.9199, 25.46639],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#96cc34"},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let plantCap = [
|
|
|
|
let plantCap = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: "外观时尚",
|
|
|
|
name: "外观时尚",
|
|
|
|
value: "222",
|
|
|
|
value: "24231",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: "低碳环保",
|
|
|
|
name: "低碳环保",
|
|
|
|
value: "115",
|
|
|
|
value: "36232",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: "高端智能",
|
|
|
|
name: "高端智能",
|
|
|
|
value: "113",
|
|
|
|
value: "45423",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: "老品牌",
|
|
|
|
name: "老品牌",
|
|
|
|
value: "95",
|
|
|
|
value: "24542",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
@ -737,142 +451,418 @@ export default {
|
|
|
|
borderColor: "#fff",
|
|
|
|
borderColor: "#fff",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
xAxis: [
|
|
|
|
xAxis: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: "category",
|
|
|
|
|
|
|
|
boundaryGap: true,
|
|
|
|
|
|
|
|
axisLine: {
|
|
|
|
|
|
|
|
//坐标轴轴线相关设置。数学上的x轴
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
lineStyle: {
|
|
|
|
|
|
|
|
color: "#f9f9f9",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisLabel: {
|
|
|
|
|
|
|
|
//坐标轴刻度标签的相关设置
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
color: "#d1e6eb",
|
|
|
|
|
|
|
|
margin: 15,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisTick: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
data: ["1日", "2日", "3日", "4日", "5日", "6日", "7日"],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
yAxis: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: "value",
|
|
|
|
|
|
|
|
min: 0,
|
|
|
|
|
|
|
|
// max: 140,
|
|
|
|
|
|
|
|
splitNumber: 7,
|
|
|
|
|
|
|
|
splitLine: {
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
lineStyle: {
|
|
|
|
|
|
|
|
color: "#0a3256",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisLine: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisLabel: {
|
|
|
|
|
|
|
|
margin: 5,
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
|
|
|
color: "#d1e6eb",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisTick: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: "value",
|
|
|
|
|
|
|
|
min: 90,
|
|
|
|
|
|
|
|
max: 100,
|
|
|
|
|
|
|
|
splitLine: {
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
lineStyle: {
|
|
|
|
|
|
|
|
color: "#0a3256",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisLine: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisLabel: {
|
|
|
|
|
|
|
|
margin: 5,
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
|
|
|
color: "#d1e6eb",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
formatter: '{value}%'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
axisTick: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
series: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "产量",
|
|
|
|
|
|
|
|
type: "bar",
|
|
|
|
|
|
|
|
barWidth: 20,
|
|
|
|
|
|
|
|
tooltip: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
position: "top",
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
|
|
|
color: "#fff",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: '#9fe080'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
data: [200, 382, 102, 267, 186, 315, 316],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "订单履约率",
|
|
|
|
|
|
|
|
type: "line",
|
|
|
|
|
|
|
|
yAxisIndex: 1,
|
|
|
|
|
|
|
|
// smooth: true, //是否平滑曲线显示
|
|
|
|
|
|
|
|
// symbol:'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
|
|
|
|
|
showAllSymbol: true,
|
|
|
|
|
|
|
|
symbol: "emptyCircle",
|
|
|
|
|
|
|
|
symbolSize: 6,
|
|
|
|
|
|
|
|
lineStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: "#ecf3ff", // 线条颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
borderColor: "#6d88bf",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
position: "top",
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
|
|
|
color: "#fff",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
formatter: '{c}%'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: "#28ffb3",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
tooltip: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
data: [96.74, 96.68, 98.76, 99.75, 98.58, 98.57, 98.43],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
this.$refs.chart6.setData({
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
geo: {
|
|
|
|
|
|
|
|
map: "china",
|
|
|
|
|
|
|
|
aspectScale: 0.75, //长宽比
|
|
|
|
|
|
|
|
zoom: 1.1,
|
|
|
|
|
|
|
|
roam: false,
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
areaColor: {
|
|
|
|
|
|
|
|
type: "radial",
|
|
|
|
|
|
|
|
x: 0.5,
|
|
|
|
|
|
|
|
y: 0.5,
|
|
|
|
|
|
|
|
r: 0.8,
|
|
|
|
|
|
|
|
colorStops: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
offset: 0,
|
|
|
|
|
|
|
|
color: "#09132c", // 0% 处的颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
offset: 1,
|
|
|
|
|
|
|
|
color: "#274d68", // 100% 处的颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
globalCoord: true, // 缺省为 false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
shadowColor: "rgb(58,115,192)",
|
|
|
|
|
|
|
|
shadowOffsetX: 2,
|
|
|
|
|
|
|
|
shadowOffsetY: 2.3,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
emphasis: {
|
|
|
|
|
|
|
|
areaColor: "#2AB8FF",
|
|
|
|
|
|
|
|
borderWidth: 0,
|
|
|
|
|
|
|
|
color: "green",
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
regions: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "南海诸岛",
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
areaColor: "rgba(0, 10, 52, 1)",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
borderColor: "rgba(0, 10, 52, 1)",
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
opacity: 0,
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
color: "#009cc9",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
series: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: "map",
|
|
|
|
|
|
|
|
roam: false,
|
|
|
|
|
|
|
|
label: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
borderColor: "rgb(147, 235, 248)",
|
|
|
|
|
|
|
|
borderWidth: 1,
|
|
|
|
|
|
|
|
areaColor: {
|
|
|
|
|
|
|
|
type: "radial",
|
|
|
|
|
|
|
|
x: 0.5,
|
|
|
|
|
|
|
|
y: 0.5,
|
|
|
|
|
|
|
|
r: 0.8,
|
|
|
|
|
|
|
|
colorStops: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
offset: 0,
|
|
|
|
|
|
|
|
color: "#09132c", // 0% 处的颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
offset: 1,
|
|
|
|
boundaryGap: true,
|
|
|
|
color: "#274d68", // 100% 处的颜色
|
|
|
|
axisLine: {
|
|
|
|
|
|
|
|
//坐标轴轴线相关设置。数学上的x轴
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
|
|
|
|
lineStyle: {
|
|
|
|
|
|
|
|
color: "#f9f9f9",
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
globalCoord: true, // 缺省为 false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisLabel: {
|
|
|
|
|
|
|
|
//坐标轴刻度标签的相关设置
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
color: "#d1e6eb",
|
|
|
|
|
|
|
|
margin: 15,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
emphasis: {
|
|
|
|
|
|
|
|
areaColor: "rgb(46,229,206)",
|
|
|
|
|
|
|
|
// shadowColor: 'rgb(12,25,50)',
|
|
|
|
|
|
|
|
borderWidth: 0.1,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisTick: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data: ["1日", "2日", "3日", "4日", "5日", "6日", "7日"],
|
|
|
|
zoom: 1.1,
|
|
|
|
|
|
|
|
// roam: false,
|
|
|
|
|
|
|
|
map: "china", //使用
|
|
|
|
|
|
|
|
// data: this.difficultData //热力图数据 不同区域 不同的底色
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
|
|
|
|
yAxis: [
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "value",
|
|
|
|
type: "effectScatter",
|
|
|
|
min: 0,
|
|
|
|
coordinateSystem: "geo",
|
|
|
|
// max: 140,
|
|
|
|
showEffectOn: "render",
|
|
|
|
splitNumber: 7,
|
|
|
|
zlevel: 1,
|
|
|
|
splitLine: {
|
|
|
|
rippleEffect: {
|
|
|
|
show: true,
|
|
|
|
period: 15,
|
|
|
|
lineStyle: {
|
|
|
|
scale: 4,
|
|
|
|
color: "#0a3256",
|
|
|
|
brushType: "fill",
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisLine: {
|
|
|
|
hoverAnimation: true,
|
|
|
|
show: false,
|
|
|
|
label: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
formatter: "{b}",
|
|
|
|
|
|
|
|
position: "right",
|
|
|
|
|
|
|
|
offset: [15, 0],
|
|
|
|
|
|
|
|
color: "#1DE9B6",
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisLabel: {
|
|
|
|
|
|
|
|
margin: 5,
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
|
|
|
color: "#d1e6eb",
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
itemStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: "#1DE9B6",
|
|
|
|
|
|
|
|
shadowBlur: 10,
|
|
|
|
|
|
|
|
shadowColor: "#333",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisTick: {
|
|
|
|
|
|
|
|
show: false,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
symbolSize: 2,
|
|
|
|
|
|
|
|
data: points,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "value",
|
|
|
|
type: "lines",
|
|
|
|
min: 90,
|
|
|
|
zlevel: 2,
|
|
|
|
max: 100,
|
|
|
|
effect: {
|
|
|
|
splitLine: {
|
|
|
|
|
|
|
|
show: true,
|
|
|
|
show: true,
|
|
|
|
lineStyle: {
|
|
|
|
period: 2, //箭头指向速度,值越小速度越快
|
|
|
|
color: "#0a3256",
|
|
|
|
trailLength: 0.4, //特效尾迹长度[0,1]值越大,尾迹越长重
|
|
|
|
},
|
|
|
|
symbol: "arrow", //箭头图标
|
|
|
|
|
|
|
|
symbolSize: 5, //图标大小
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisLine: {
|
|
|
|
lineStyle: {
|
|
|
|
show: false,
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: "#1DE9B6",
|
|
|
|
|
|
|
|
width: 1, //线条宽度
|
|
|
|
|
|
|
|
opacity: 0.1, //尾迹线条透明度
|
|
|
|
|
|
|
|
curveness: 0.3, //尾迹线条曲直度
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisLabel: {
|
|
|
|
|
|
|
|
margin: 5,
|
|
|
|
|
|
|
|
textStyle: {
|
|
|
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
|
|
|
color: "#d1e6eb",
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
formatter: '{value}%'
|
|
|
|
data: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[118.8062, 31.9208],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#4ab2e5"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
axisTick: {
|
|
|
|
{
|
|
|
|
show: false,
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[127.9688, 45.368],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#4fb6d2"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[110.3467, 41.4899],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#52b9c7"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[125.8154, 44.2584],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
series: [
|
|
|
|
lineStyle: {color: "#5abead"},
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: "产量",
|
|
|
|
coords: [
|
|
|
|
type: "bar",
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
barWidth: 20,
|
|
|
|
[116.4551, 40.2539],
|
|
|
|
tooltip: {
|
|
|
|
],
|
|
|
|
show: false,
|
|
|
|
lineStyle: {color: "#f34e2b"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
label: {
|
|
|
|
{
|
|
|
|
show: true,
|
|
|
|
coords: [
|
|
|
|
position: "top",
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
textStyle: {
|
|
|
|
[123.1238, 42.1216],
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
],
|
|
|
|
color: "#fff",
|
|
|
|
lineStyle: {color: "#f56321"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[114.4995, 38.1006],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f56f1c"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
itemStyle: {
|
|
|
|
{
|
|
|
|
normal: {
|
|
|
|
coords: [
|
|
|
|
color: '#9fe080'
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[117.4219, 39.4189],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f58414"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[112.3352, 37.9413],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f58f0e"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data: [200, 382, 102, 267, 186, 315, 316],
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[109.1162, 34.2004],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#f5a305"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: "订单履约率",
|
|
|
|
coords: [
|
|
|
|
type: "line",
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
yAxisIndex: 1,
|
|
|
|
[103.5901, 36.3043],
|
|
|
|
// smooth: true, //是否平滑曲线显示
|
|
|
|
],
|
|
|
|
// symbol:'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
|
lineStyle: {color: "#e7ab0b"},
|
|
|
|
showAllSymbol: true,
|
|
|
|
|
|
|
|
symbol: "emptyCircle",
|
|
|
|
|
|
|
|
symbolSize: 6,
|
|
|
|
|
|
|
|
lineStyle: {
|
|
|
|
|
|
|
|
normal: {
|
|
|
|
|
|
|
|
color: "#ecf3ff", // 线条颜色
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
borderColor: "#6d88bf",
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[106.3586, 38.1775],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#dfae10"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
label: {
|
|
|
|
{
|
|
|
|
show: true,
|
|
|
|
coords: [
|
|
|
|
position: "top",
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
textStyle: {
|
|
|
|
[101.4038, 36.8207],
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
],
|
|
|
|
color: "#fff",
|
|
|
|
lineStyle: {color: "#d5b314"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
formatter: '{c}%'
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[103.9526, 30.7617],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#c1bb1f"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
itemStyle: {
|
|
|
|
{
|
|
|
|
normal: {
|
|
|
|
coords: [
|
|
|
|
color: "#28ffb3",
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[108.384366, 30.439702],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#b9be23"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[113.0823, 28.2568],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#a6c62c"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
tooltip: {
|
|
|
|
{
|
|
|
|
show: false,
|
|
|
|
coords: [
|
|
|
|
|
|
|
|
[115.179594, 34.647758],
|
|
|
|
|
|
|
|
[102.9199, 25.46639],
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
lineStyle: {color: "#96cc34"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data: [96.74, 96.68, 98.76, 99.75, 98.58, 98.57, 98.43],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
})
|
|
|
|
})
|
|
|
|
this.$refs.chart6.setData(option)
|
|
|
|
|
|
|
|
this.$refs.chart7.setData({
|
|
|
|
this.$refs.chart7.setData({
|
|
|
|
grid: {
|
|
|
|
grid: {
|
|
|
|
show: false,
|
|
|
|
show: false,
|
|
|
@ -1053,7 +1043,7 @@ export default {
|
|
|
|
containLabel: true,
|
|
|
|
containLabel: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
xAxis: {
|
|
|
|
xAxis: {
|
|
|
|
data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
|
|
|
|
data: ['2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月', '1月'],
|
|
|
|
axisLine: {
|
|
|
|
axisLine: {
|
|
|
|
lineStyle: {
|
|
|
|
lineStyle: {
|
|
|
|
color: "#0177d4",
|
|
|
|
color: "#0177d4",
|
|
|
|