There was an error while loading. Please reload this page.
2 parents df1adee + 4433843 commit 18fbfe7Copy full SHA for 18fbfe7
1 file changed
tutorial/bar-1.markdown
@@ -412,6 +412,7 @@ chart.selectAll("line")
412
chart.selectAll(".rule")
413
.data(x.ticks(10))
414
.enter().append("text")
415
+ .attr("class", "rule")
416
.attr("x", x)
417
.attr("y", 0)
418
.attr("dy", -3)
0 commit comments