1
0
mirror of https://github.com/d3/d3.git synced 2026-02-01 16:41:44 +00:00

fixed wye decription

This commit is contained in:
Mike van Rossum 2016-11-04 14:34:27 +00:00 committed by Mike Bostock
parent 5506719c33
commit 9ec65086df

2
API.md
View File

@ -1004,7 +1004,7 @@ A categorical shape encoding, as in a scatterplot.
* [d3.symbolSquare](https://github.com/d3/d3-shape/blob/master/README.md#symbolSquare) - a square.
* [d3.symbolStar](https://github.com/d3/d3-shape/blob/master/README.md#symbolStar) - a pentagonal star (pentagram).
* [d3.symbolTriangle](https://github.com/d3/d3-shape/blob/master/README.md#symbolTriangle) - an up-pointing triangle.
* [d3.symbolWye](https://github.com/d3/d3-shape/blob/master/README.md#symbolWye) - an up-pointing triangle.
* [d3.symbolWye](https://github.com/d3/d3-shape/blob/master/README.md#symbolWye) - an Y-shape symbol.
* [*symbolType*.draw](https://github.com/d3/d3-shape/blob/master/README.md#symbolType_draw) - draw this symbol to the given context.
### [Stacks](https://github.com/d3/d3-shape/blob/master/README.md#stacks)