Skip to content

Commit

Permalink
oops, the row chart x axis definitely not ordinal
Browse files Browse the repository at this point in the history
only elasticX (which defaults true and might not be disableable)
was keeping this from breaking
  • Loading branch information
gordonwoodhull committed Jun 11, 2016
1 parent 194fbdd commit 5bd8dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/transitions/ordinal-row-transitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
return chart
.width(768)
.height(380)
.x(d3.scale.ordinal())
.elasticX(true)
.dimension(fruitDimension)
.group(fruitGroup);
});
Expand Down

0 comments on commit 5bd8dd3

Please sign in to comment.