|
@ -26,6 +26,15 @@ export default { |
|
|
top: '8%', |
|
|
top: '8%', |
|
|
containLabel: true |
|
|
containLabel: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
tooltip: { |
|
|
|
|
|
trigger: 'axis', |
|
|
|
|
|
axisPointer: { |
|
|
|
|
|
type: 'cross', |
|
|
|
|
|
label: { |
|
|
|
|
|
backgroundColor: '#339cff' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
axisLine: {// 轴线的颜色以及宽度 |
|
|
axisLine: {// 轴线的颜色以及宽度 |
|
@ -119,6 +128,6 @@ export default { |
|
|
#main3 { |
|
|
#main3 { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height:257px; |
|
|
height:257px; |
|
|
color: rgb(51, 156, 255); |
|
|
|
|
|
|
|
|
// color: #339cff; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |