改自http://gallery.echartsjs.com/editor.html?c=xr1HaRiHgl
配置项如下
options = [{
title: {
text: '788',
x: 'center',
y: 'center',
textStyle: {
color: '#FE0401',
fontWeight: 'bolder',
fontSize: 64,
}
},
series: [{
name: '信用分',
hoverAnimation: false,
legendHoverLink: false,
type: 'pie',
radius: ['35%', '38%'],
label: {
normal: {
show: false,
}
},
data: [{
itemStyle: {
normal: {
color: '#F20205',
}
}
}]
}, {
type: 'pie',
radius: ['30%', '31%'],
data: [{
itemStyle: {
normal: {
color: '#F8CACC'
}
}
}]
}]
},
{
title: {
text: '78866',
x: 'center',
y: 'center',
textStyle: {
color: '#bb0088',
fontWeight: 'bolder',
fontSize: 64,
}
},
series: [{
name: '信用分',
hoverAnimation: false,
legendHoverLink: false,
type: 'pie',
radius: ['35%', '38%'],
label: {
normal: {
show: false,
}
},
data: [{
itemStyle: {
normal: {
color: '#2211ff',
}
}
}]
}, {
type: 'pie',
radius: ['30%', '31%'],
data: [{
itemStyle: {
normal: {
color: '#2211ff'
}
}
}]
}]
},
]
;