We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a95889 commit ebf153eCopy full SHA for ebf153e
web/resizing/resizing-bar.html
@@ -29,7 +29,7 @@
29
.width(window.innerWidth-20)
30
.height(window.innerHeight-20)
31
.x(d3.scale.linear().domain([6,20]))
32
- .brushOn(false)
+ .brushOn(true)
33
.xAxisLabel("This is the X Axis!!")
34
.yAxisLabel("This is the Y Axis!")
35
.dimension(runDimension)
0 commit comments