推送
This commit is contained in:
@ -64,21 +64,21 @@ let option = {
|
|||||||
fontWeight: "bold"
|
fontWeight: "bold"
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: "rgba(5,75,189,0.85)",
|
color: "rgba(27, 129, 150, 0.7)",
|
||||||
borderColor: "#61CFF8",
|
borderColor: "#61cfff",
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
opacity: 0.95
|
opacity: 0.95
|
||||||
},
|
},
|
||||||
emphasis: {
|
emphasis: {
|
||||||
itemStyle: { color: "rgba(60,140,255,0.9)" },
|
itemStyle: { color: "rgba(27, 129, 150, 0.8)" },
|
||||||
label: { color: "#ffff00" }
|
label: { color: "#ffff00" }
|
||||||
},
|
},
|
||||||
light: {
|
light: {
|
||||||
main: { intensity: 1.6, shadow: true, shadowQuality: "high" },
|
main: { intensity: 1.6, shadow: true, shadowQuality: "high", alpha: 35, beta: 15 },
|
||||||
ambient: { intensity: 0.35 }
|
ambient: { intensity: 0.35 }
|
||||||
},
|
},
|
||||||
shading: "lambert",
|
shading: "lambert",
|
||||||
viewControl: { distance: 110, alpha: 45, beta: 15 },
|
viewControl: { distance: 110, alpha: 45, beta: 10 },
|
||||||
groundPlane: { show: false },
|
groundPlane: { show: false },
|
||||||
postEffect: { enable: true, bloom: { enable: true, bloomIntensity: 0.25 } }
|
postEffect: { enable: true, bloom: { enable: true, bloomIntensity: 0.25 } }
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user