Skip to content

Commit b6cf727

Browse files
enable brush for bar resizing test
to better test #1134
1 parent f82d77a commit b6cf727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/resizing/resizing-bar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.width(window.innerWidth-20)
3030
.height(window.innerHeight-20)
3131
.x(d3.scale.linear().domain([6,20]))
32-
.brushOn(false)
32+
.brushOn(true)
3333
.xAxisLabel("This is the X Axis!!")
3434
.yAxisLabel("This is the Y Axis!")
3535
.dimension(runDimension)

0 commit comments

Comments
 (0)