修改界面显示

master
夜笙歌 9 months ago
parent 745818a7f0
commit 38dfc39df5

@ -109,6 +109,9 @@ export default {
yAxis: { yAxis: {
axisTick: { axisTick: {
show: false show: false
},
axisLabel:{
formatter:'{value}%'
} }
}, },
legend: { legend: {

@ -20,7 +20,7 @@ export default {
}, },
height: { height: {
type: String, type: String,
default: '300px' default: '350px'
} }
}, },
data() { data() {
@ -82,7 +82,7 @@ export default {
type: 'pie', type: 'pie',
roseType: 'radius', roseType: 'radius',
radius: [15, 95], radius: [15, 95],
center: ['50%', '38%'], center: ['50%', '46%'],
data: [ data: [
{ value: 320, name: 'Industries' }, { value: 320, name: 'Industries' },
{ value: 240, name: 'Technology' }, { value: 240, name: 'Technology' },

Loading…
Cancel
Save