|
|
@@ -114,12 +114,6 @@ export default {
|
|
|
xAxis: [{
|
|
|
type: 'category',
|
|
|
gridIndex: 0,
|
|
|
- // position: 'bottom',
|
|
|
- axisLine: true,
|
|
|
- axisLabel: {
|
|
|
- color: 'rgba(255,255,255,.8)',
|
|
|
- fontSize: 12
|
|
|
- },
|
|
|
data: newData.xAxis0
|
|
|
},
|
|
|
{
|
|
|
@@ -143,20 +137,15 @@ export default {
|
|
|
max:100,
|
|
|
splitNumber: 3,
|
|
|
min: 90,//newData.minData0,
|
|
|
- axisLine: {
|
|
|
- lineStyle: {
|
|
|
- opacity: 0
|
|
|
- }
|
|
|
- },
|
|
|
- splitLine: {
|
|
|
+ /* splitLine: {
|
|
|
show: true,
|
|
|
lineStyle: {
|
|
|
color: '#fff',
|
|
|
- opacity: 0.1
|
|
|
+ opacity: 0.3
|
|
|
}
|
|
|
- },
|
|
|
+ },*/
|
|
|
axisLabel: {
|
|
|
- color: 'rgba(255,255,255,.8)',
|
|
|
+ // color: 'rgba(255,255,255,.8)',
|
|
|
fontSize: 12,
|
|
|
formatter: '{value}%',
|
|
|
}
|
|
|
@@ -208,6 +197,9 @@ export default {
|
|
|
xAxisIndex: 1,
|
|
|
yAxisIndex: 1,
|
|
|
barWidth: 20,
|
|
|
+ itemStyle: {
|
|
|
+ color: "#8CF9B8"
|
|
|
+ },
|
|
|
label: {
|
|
|
show: true,
|
|
|
position: 'top',
|