There was an error while loading. Please reload this page.
1 parent df1adee commit 4433843Copy full SHA for 4433843
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