Skip to content

Commit

Permalink
enable brush for bar resizing test
Browse files Browse the repository at this point in the history
to better test #1134
  • Loading branch information
gordonwoodhull committed Jun 29, 2016
1 parent f82d77a commit b6cf727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/resizing/resizing-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.width(window.innerWidth-20)
.height(window.innerHeight-20)
.x(d3.scale.linear().domain([6,20]))
.brushOn(false)
.brushOn(true)
.xAxisLabel("This is the X Axis!!")
.yAxisLabel("This is the Y Axis!")
.dimension(runDimension)
Expand Down

0 comments on commit b6cf727

Please sign in to comment.