|
@@ -27,6 +27,7 @@
|
|
|
top: '10%',
|
|
|
icon: "circle",
|
|
|
textStyle: {
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
formatter: function (name) {
|
|
@@ -87,6 +88,7 @@
|
|
|
top: '10%',
|
|
|
icon: "circle",
|
|
|
textStyle: {
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
formatter: function (name) {
|
|
@@ -204,6 +206,7 @@
|
|
|
name: '数量',
|
|
|
axisLabel: {
|
|
|
formatter: '{value}',
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
axisTick: { //y轴刻度线
|
|
@@ -217,6 +220,7 @@
|
|
|
type: 'category',
|
|
|
inverse: true,
|
|
|
axisLabel: {
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
data: $scope.fzdyqk_nameList
|
|
@@ -257,6 +261,7 @@
|
|
|
top: '10%',
|
|
|
icon: "circle",
|
|
|
textStyle: {
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
formatter: function (name) {
|
|
@@ -338,6 +343,7 @@
|
|
|
top: '10%',
|
|
|
icon: "circle",
|
|
|
textStyle: {
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
formatter: function (name) {
|
|
@@ -418,6 +424,7 @@
|
|
|
top: '10%',
|
|
|
icon: "circle",
|
|
|
textStyle: {
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
formatter: function (name) {
|
|
@@ -455,7 +462,7 @@
|
|
|
}
|
|
|
},
|
|
|
data: $scope.dydl_dataList,
|
|
|
- center: ['20%', '50%']
|
|
|
+ center: ['30%', '50%']
|
|
|
}
|
|
|
],
|
|
|
tooltip: {
|
|
@@ -497,6 +504,7 @@
|
|
|
top: '10%',
|
|
|
icon: "circle",
|
|
|
textStyle: {
|
|
|
+ fontSize: 16,
|
|
|
color: '#fff'
|
|
|
},
|
|
|
formatter: function (name) {
|