CN-203 feat: ip实体详情接口调整

This commit is contained in:
chenjinsong
2021-10-13 19:06:24 +08:00
parent 05cfaa0f57
commit cc92e5366a
2 changed files with 97 additions and 46 deletions

View File

@@ -234,10 +234,13 @@ const pieWithTable = {
const ipHostedDomain = {
color: chartColor,
animation: false,
tooltip: {
show: true
},
legend: {
orient: 'vertical',
type: 'plain',
right: 50,
right: '8%',
top: 'middle',
icon: 'circle',
itemWidth: 10, // 设置宽度
@@ -252,7 +255,7 @@ const ipHostedDomain = {
type: 'pie',
selectedMode: 'single',
radius: ['42%', '65%'],
center: ['40%', '50%'],
center: ['36%', '50%'],
data: [],
label: {
formatter: '{d}%'