修改界面显示

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

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

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

Loading…
Cancel
Save