|
|
|
|
@ -229,7 +229,7 @@ export default { |
|
|
|
|
period: 10, // 箭头指向速度,值越小速度越快 |
|
|
|
|
trailLength: 0.1, // 特效尾迹长度[0,1]值越大,尾迹越长重 |
|
|
|
|
symbol: "arrow", // 箭头图标 |
|
|
|
|
symbolSize: 6, // 图标大小 |
|
|
|
|
symbolSize: this.fontSize(6), // 图标大小 |
|
|
|
|
trailColor: '#ffd419', |
|
|
|
|
color: '#ffd419', //流动点颜色 |
|
|
|
|
}, |
|
|
|
|
@ -302,12 +302,16 @@ export default { |
|
|
|
|
tooltip: { |
|
|
|
|
trigger: "item", |
|
|
|
|
formatter: "{b}<br/>{c} (件)", |
|
|
|
|
textStyle:{ |
|
|
|
|
fontSize:this.fontSize(12) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
aspectScale:'1.5', |
|
|
|
|
aspectScale:'1.2', |
|
|
|
|
label: { |
|
|
|
|
show: true, |
|
|
|
|
textStyle:{ |
|
|
|
|
color:'#fff' |
|
|
|
|
color:'#fff', |
|
|
|
|
fontSize:this.fontSize(12) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// itemStyle: { |
|
|
|
|
@ -360,15 +364,16 @@ export default { |
|
|
|
|
max: yMax, |
|
|
|
|
text: ["高", "低"], |
|
|
|
|
orient: "horizontal", |
|
|
|
|
itemWidth: 15, |
|
|
|
|
itemWidth: this.fontSize(15), |
|
|
|
|
itemHeight: this.fontSize(150), |
|
|
|
|
right: 0, |
|
|
|
|
bottom: 3, |
|
|
|
|
bottom: '0.6%', |
|
|
|
|
inRange: { |
|
|
|
|
color: ["#1e73dd", "#04296f"], |
|
|
|
|
}, |
|
|
|
|
textStyle: { |
|
|
|
|
color: "#fff", |
|
|
|
|
fontSize:this.fontSize(12) |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
geo: { |
|
|
|
|
@ -379,7 +384,7 @@ export default { |
|
|
|
|
show: false, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
aspectScale:'1.5', |
|
|
|
|
aspectScale:'1.2', |
|
|
|
|
roam: false, // 是否允许缩放 |
|
|
|
|
itemStyle: { |
|
|
|
|
normal: { |
|
|
|
|
|