We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d5ce0 commit 5bcb781Copy full SHA for 5bcb781
web/transitions/ordinal-row-transitions.html
@@ -31,8 +31,6 @@
31
return chart
32
.width(768)
33
.height(380)
34
- .x(d3.scale.ordinal())
35
- .elasticX(true)
36
.dimension(fruitDimension)
37
.group(fruitGroup);
38
});
0 commit comments