首页 > echarts 横纵分割线颜色透明度

echarts 横纵分割线颜色透明度

 

/*横纵分割线颜色透明度*/
xAxis: {axisLabel: {textStyle: {color: "#2484db"}},axisLine: {lineStyle: {color:  'rgba(0,2,85,1)',width: 2,}},splitLine: {show: true,lineStyle: {color: ['rgba(0,2,85,0.8)']}},//更多属性访问http://echarts.baidu.com/option.html#xAxis
},
yAxis: {axisLabel: {textStyle: {color: "#2484db"}},axisLine: {lineStyle: {color:  'rgba(0,2,85,1)',width: 2,}},splitLine: {show: true,lineStyle: {color: ['rgba(0,2,85,0.8)']}},//更多属性访问http://echarts.baidu.com/option.html#yAxis
}

更多相关: