fix:圆环宽度
This commit is contained in:
parent
e244c3b38e
commit
776fb6dc15
@ -1212,10 +1212,10 @@ const initCharts = () => {
|
||||
},
|
||||
series: [
|
||||
{
|
||||
type: 'pie',
|
||||
radius: ['30%', '70%'],
|
||||
center: ['60%', '50%'],
|
||||
roseType: 'area',
|
||||
type: 'pie', // 饼图 可选pie | ring
|
||||
radius: ['30%', '50%'],
|
||||
center: ['50%', '50%'],
|
||||
// roseType: 'area',
|
||||
label: {
|
||||
show: true,
|
||||
formatter: '{b}: {d}%',
|
||||
|
Loading…
x
Reference in New Issue
Block a user