We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df721e7 commit d84b33aCopy full SHA for d84b33a
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