CN-184 fix: 修复带折线图的单值图显示错误的问题

This commit is contained in:
chenjinsong
2021-09-28 17:36:46 +08:00
parent 238e303dc5
commit 934b9b8e1f
2 changed files with 30 additions and 68 deletions

View File

@@ -237,7 +237,7 @@ const ipHostedDomain = {
legend: {
orient: 'vertical',
type: 'plain',
left: '60%',
right: 50,
top: 'middle',
icon: 'circle',
itemWidth: 10, // 设置宽度
@@ -252,7 +252,7 @@ const ipHostedDomain = {
type: 'pie',
selectedMode: 'single',
radius: ['42%', '65%'],
center: ['30%', '50%'],
center: ['40%', '50%'],
data: [],
label: {
formatter: '{d}%'