This commit is contained in:
Free-sss 2025-09-04 17:30:39 +08:00
commit bdadb0d28d
2 changed files with 5 additions and 21 deletions

View File

@ -73,7 +73,7 @@ export const option = {
title: [ title: [
{ {
x: 'center', x: 'center',
top: '35%', top: '30%',
text: total, text: total,
textStyle: { textStyle: {
color: '#eee', color: '#eee',
@ -83,7 +83,7 @@ export const option = {
}, },
{ {
x: 'center', x: 'center',
top: '48%', top: '43%',
text: '总数', text: '总数',
textStyle: { textStyle: {
color: '#ccc', color: '#ccc',
@ -109,11 +109,11 @@ export const option = {
}, },
grid3D: { grid3D: {
show: false, show: false,
boxHeight: 4, boxHeight: 2,
top: '-10%', top: '-10%',
viewControl: { viewControl: {
distance: 180, distance: 180,
alpha: 30, alpha: 35,
beta: 60, beta: 60,
autoRotate: false, // 自动旋转 autoRotate: false, // 自动旋转
}, },

View File

@ -7,24 +7,8 @@
], ],
"source": [ "source": [
{ {
"name": "污水处理站", "name": "污水处理站数量",
"value": 275 "value": 275
},
{
"name": "类型2",
"value": 3100
},
{
"name": "类型3",
"value": 4000
},
{
"name": "类型4",
"value": 1987
},
{
"name": "类型5",
"value": 200
} }
] ]
} }