label: {
                    normal: {
                        fontSize: 14,
                        formatter(v) {
                            let text = v.name
                            let count = text.indexOf('¥')
                            console.log()
                            return text.length < count
                                ? text 
                                : `${text.slice(0,count)}\n${text.slice(count)}`
                        }
                    }
                },

 

相关文章:

  • 2021-03-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
相关资源
相似解决方案