我有下一个属性的图表:
barChart
.width(width)
.height(height)
.dimension(dim)
.group(group)
.x(d3.scale.ordinal())
.xUnits(dc.units.ordinal)
我的轴刻度与" ZZxBob"," PxBob"
如何使用' x'到每个蜱?
答案 0 :(得分:2)
轴完全由D3生成。
您可以使用chart.xAxis()
检索x轴对象,然后使用axis.tickFormat()
更改其显示方式。
所以,例如在x:
之前显示部件echo "(l_extendedprice*(THISISREPLACED)*(1+l_tax))" |perl -npe 's/1\+l_tax/matched/'
(l_extendedprice*(THISISREPLACED)*(matched))