|
@@ -1538,10 +1538,11 @@ export default {
|
|
|
name: 'Access From',
|
|
|
type: 'pie',
|
|
|
// radius: ["40%", "70%"],
|
|
|
- radius: ['20%', '50%'],
|
|
|
+ radius: ['10%', '75%'],
|
|
|
data: newdata,
|
|
|
label: {
|
|
|
fontSize: 12,
|
|
|
+ position: 'inner',
|
|
|
},
|
|
|
itemStyle: {
|
|
|
borderColor: '#f5f5f5',
|
|
@@ -1588,6 +1589,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
grid: {
|
|
|
+ top: 20,
|
|
|
left: 20,
|
|
|
right: 20,
|
|
|
bottom: 20,
|
|
@@ -1644,6 +1646,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
grid: {
|
|
|
+ top: 20,
|
|
|
left: 20,
|
|
|
right: 20,
|
|
|
bottom: 20,
|
|
@@ -1696,9 +1699,9 @@ export default {
|
|
|
tooltip: {},
|
|
|
radar: {
|
|
|
indicator: leidaList,
|
|
|
- radius: '50%',
|
|
|
+ radius: '70%',
|
|
|
axisName: {
|
|
|
- color: '#5f5f5',
|
|
|
+ color: '#4c4c4c',
|
|
|
},
|
|
|
},
|
|
|
series: buildSeries(value),
|
|
@@ -1724,12 +1727,16 @@ export default {
|
|
|
{
|
|
|
name: 'Access From',
|
|
|
type: 'pie',
|
|
|
- radius: ['40%', '60%'],
|
|
|
+ radius: ['10%', '75%'],
|
|
|
data: newdata,
|
|
|
itemStyle: {
|
|
|
borderColor: '#fff',
|
|
|
borderWidth: 2,
|
|
|
},
|
|
|
+ label: {
|
|
|
+ fontSize: 12,
|
|
|
+ position: 'inner',
|
|
|
+ },
|
|
|
emphasis: {
|
|
|
itemStyle: {
|
|
|
shadowBlur: 10,
|
|
@@ -2358,6 +2365,7 @@ export default {
|
|
|
margin-top: 24px;
|
|
|
background: #f5f5f5;
|
|
|
border-radius: 4px;
|
|
|
+ padding-top: 20px;
|
|
|
|
|
|
.tubiao_top {
|
|
|
height: 22px;
|