2022年2月23日

Echarts--小记

摘要: 需求在Echarts的图例后面加上最大的数值 使用legend. formatter 例:折线图有两个图例1,2 formatter: function(name) { let max if(name =='图例1'){ max = Math.max(...图例1) } else { max = M 阅读全文

posted @ 2022-02-23 11:19 白昊天 阅读(24) 评论(0) 推荐(0)

导航