yAxis: [
                {
                    type: 'value',
                    name: '雨量(mm)',
                    nameLocation: 'start',
                    inverse: true,
            axisLabel: {
                        formatter: function (value, index) {
                            return value.toFixed(1);
                        }
                    }
          }
]

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-02-05
相关资源
相似解决方案