Skip to content

Commit bb1c5fd

Browse files
committed
Merge pull request #12 from bebraw/yaxis-link
Fix Y-axis coordinate flip link
2 parents 7ec9b75 + e9a6215 commit bb1c5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

z04-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ layers.selectAll('rect')
346346
the hardest parts is realizing that D3 is really only going to hint at how
347347
we should stack the bars: D3 gives us stacked results in our data space, but
348348
not in SVG's coordinate system. We have to deal with the same confusing
349-
<a href="{{ "/parts-of-a-graph/#the-scale" prepend: site.baseurl }}">Y-axis
349+
<a href="{{ "/parts-of-a-graph/#the-scale" | prepend: site.baseurl }}">Y-axis
350350
coordinate flip</a>.</p>
351351
</div>
352352
</div>

0 commit comments

Comments
 (0)