摘要: 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)}` } } }, 阅读全文
posted @ 2019-08-29 17:51 来亦何哀 阅读(3289) 评论(0) 推荐(1) 编辑