原文:echarts Y轴刻度保留几位小数

实例 ...

2016-12-01 11:40 0 19548 推荐指数:

查看详情

Echarts Y保留几位小数

Y添加标签,可以保留1位小数 axisLabel: { formatter:function (value, index) { return value.toFixed(1); } } 效果如图: <!DOCTYPE html><html> ...

Fri Feb 11 23:15:00 CST 2022 0 852
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM