We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec9b75 + e9a6215 commit bb1c5fdCopy full SHA for bb1c5fd
z04-examples.md
@@ -346,7 +346,7 @@ layers.selectAll('rect')
346
the hardest parts is realizing that D3 is really only going to hint at how
347
we should stack the bars: D3 gives us stacked results in our data space, but
348
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
+ <a href="{{ "/parts-of-a-graph/#the-scale" | prepend: site.baseurl }}">Y-axis
350
coordinate flip</a>.</p>
351
</div>
352
0 commit comments