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