【发布时间】:2017-05-19 07:36:19
【问题描述】:
请看看我的图表生成 http://imgur.com/a/Kds5f
在 Y 轴上,我想用逗号分隔千位。
例如:
100000 应该是 100,000 而 80000 应该是 80,000
Here is my code snippet,参考$scope.options
更新:
我用 tickFormat 试过了
yAxis: {
axisLabel: 'ktoe',
axisLabelDistanc: 40,
tickFormat: d3.format(',')
},
但它以逗号出现,但对于 100,000,1 像这样消失
【问题讨论】:
标签: angular ionic-framework graph nvd3.js