@@ -303,9 +303,9 @@
}
},
grid: {
- left: '3%',
- right: '4%',
- bottom: '3%',
+ left: '2%',
+ right: '2%',
+ bottom: '10%',
containLabel: true,
show: true,
},
@@ -345,9 +345,9 @@
}
},
grid: {
- left: '3%',
- right: '4%',
- bottom: '3%',
+ left: '2%',
+ right: '2%',
+ bottom: '10%',
containLabel: true
},
xAxis: {
@@ -387,6 +387,11 @@
text: '民族分布情况',
left: 'left'
},
+ legend : {
+ show : true,
+ left : 20,
+ top : 30,
+ },
tooltip: {
trigger: 'item',
formatter: '{b} : {c} ({d}%)'
@@ -394,8 +399,8 @@
series: [
{
type: 'pie',
- radius: [20, 140],
- center: ['50%', '50%'],
+ radius: [20, 100],
+ center: ['55%', '55%'],
roseType: 'area',
itemStyle: {
borderRadius: 5