Skip to content

Commit 5bcb781

Browse files
oops, the row chart x axis definitely not ordinal
only elasticX (which defaults true and might not be disableable) was keeping this from breaking
1 parent 76d5ce0 commit 5bcb781

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/transitions/ordinal-row-transitions.html

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
return chart
3232
.width(768)
3333
.height(380)
34-
.x(d3.scale.ordinal())
35-
.elasticX(true)
3634
.dimension(fruitDimension)
3735
.group(fruitGroup);
3836
});

0 commit comments

Comments
 (0)