@@ -59,35 +59,33 @@
},
data: xData
- yAxis: {
- nameTextStyle:{
- color:'#fff',
- },
- type: 'value',
- axisLine: {
- show:false,
- lineStyle: {
- color: 'rgba(255,255,255,0.12)'
- axisLabel: {
- formatter: '{value}',
- color: '#e2e9ff',
- splitLine: {
- }
- axisTick:{
- show:true,
-
- lineStyle:{
+ yAxis: [{
+ type: 'value',
+ gridIndex: 0,
+ // splitNumber: 4,
+ splitLine: {
+ show: true,
+ lineStyle: {
+ type: 'solid',
+ color: '#325A9F',
+ width: 1
+ }
+ },
+ axisTick: {
+ show: false
+ axisLine: {
+ axisLabel: {
+ formatter: '{value}',
+ fontSize: 10,
+ textStyle: {
+ color: '#6ad8ff' //X轴文字颜色
+ }],
series: [{
itemStyle:{
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{