diff --git a/web/resizing/resizing-bar.html b/web/resizing/resizing-bar.html
index 04b366f65..eb3195aa9 100644
--- a/web/resizing/resizing-bar.html
+++ b/web/resizing/resizing-bar.html
@@ -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)