yAxis: [{

title: {
text: '', style: { color: '#2EBBD9' }
},
labels: {
formatter: function () {
return '<div style="color:red">' + this.value + '</div>';
}
},
useHTML: true
}, {

title: {
text: ' '
},
opposite: true
}, {
lineWidth: 1,
lineColor: "green",
title: {

text: ' '
},
opposite: true
}]

相关文章:

  • 2021-11-12
  • 2021-11-28
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-01-17
相关资源
相似解决方案