1、如何去掉X、Y轴的网格线,关键是splitLine{show:false}

xAxis:[{
type:'value',
splitNumber:2,
scale:true,
splitLine:{
   show:false     //去掉网格线
}
}]

yAxis:[{
type:'value',
splitNumber:2,
scale:true,
splitLine:{
show:false    //去掉网格线
}

}]

 

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2021-12-11
  • 2022-12-23
  • 2022-01-13
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案