d3 / d3-shape

Graphical primitives for visualization, such as lines and areas.
https://d3js.org/d3-shape
ISC License
2.47k stars 307 forks source link

d3.stackOrderAppearance #106

Closed isaomatsunami closed 5 years ago

isaomatsunami commented 7 years ago

New stackOrder, d3.stackOrderAppearance, if you name it (Please rename it. I am not sure of my English)

Returns a series order such that the earliest series (index where value > 0 for the first time) is at the bottom. Convenient to make streamgraph look like twisted cord for data entity appears one after another like boxoffice data.

mbostock commented 5 years ago

Merged for 1.3.0. Thank you!