我正在使用 nvd3.js multiBarHorizontalChart http://nvd3.org/ghpages/multiBarHorizo ntal.html 我正在尝试将值格式化为整数并去掉小数。
chart.yAxis
.tickFormat(d3.format('d'));
chart.xAxis
.tickFormat(d3.format('d'));
我正在使用 nvd3.js multiBarHorizontalChart http://nvd3.org/ghpages/multiBarHorizo ntal.html 我正在尝试将值格式化为整数并去掉小数。
chart.yAxis
.tickFormat(d3.format('d'));
chart.xAxis
.tickFormat(d3.format('d'));