Skip to content

Commit

Permalink
Scatter plot brushing example
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed May 7, 2018
1 parent cf73244 commit a57cb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/examples/scatter-series.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
.height(480)
.chart(subChart)
.x(d3.scaleLinear().domain([0,20]))
.brushOn(false)
.brushOn(true)
.yAxisLabel("Measured Speed km/s")
.xAxisLabel("Run")
.clipPadding(10)
Expand Down

0 comments on commit a57cb0b

Please sign in to comment.