Flot 中轴的逗号分隔数字
有没有办法让 Flot 使轴编号以逗号分隔?
例如,用 1,000,000 代替 1000000
Is there a way to have Flot make axis numbers be comma-separated?
So for example, instead of 1000000 have 1,000,000
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过使用轴的tickFormatter 属性来做到这一点。
资料来源:http://people.iola.dk/olau/flot/API.txt(在“自定义轴”下)
此页面具有用逗号格式化数字的功能:http://www.mredkj.com/javascript/nfbasic.html
例如在 y 轴上:
You can do that by using the tickFormatter property of the axis.
Source: http://people.iola.dk/olau/flot/API.txt (under "Customizing the axes")
This page has a function to format numbers with commas: http://www.mredkj.com/javascript/nfbasic.html
For Example on the yaxis: