柱子后面白色的线太丑了!
去掉他
x轴平行的线,就写在yAxis下面
yAxis: {type: 'value',splitLine: {lineStyle: {type: 'dashed', // 虚线样式color: 'rgba(255, 255, 255, 0.15)' // 虚线颜色}},//去除网格线},
这个颜色一定要加‘’,不然不生效
多加个管坐标轴颜色和坐标轴上字体颜色的吧
xAxis: {type: 'category',data: xdata,axisLabel: {margin: 10,color: "#fff",textStyle: {fontSize: 12,},},axisLine: {show: true,//是否显示轴线lineStyle: {color: '#D9D9D9',//刻度线的颜色}}},