Skip to content

Commit 7c0ef81

Browse files
committed
Update bar-2.markdown
It's the x-axis that's being added with this step, not the y.
1 parent 818bfe7 commit 7c0ef81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/bar-2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ antialiasing; the 1-pixel white stroke is centered on the given location, so a
140140
half-pixel offset will fill the pixel exactly. If you are not the Martha Stewart
141141
type, and don't care for crisp edges, you may omit this step.
142142

143-
Add the *y*-axis last, so that it appears on top of the bars:
143+
Add the *x*-axis last, so that it appears on top of the bars:
144144

145145
{% highlight js linenos %}
146146
chart.append("line")

0 commit comments

Comments
 (0)