susielu / d3-legend

A reusable d3 legend component.
http://d3-legend.susielu.com/
Apache License 2.0
727 stars 104 forks source link

Add ascending option #11

Closed floribon closed 9 years ago

floribon commented 9 years ago

Adds an optional ascending option to any legend to draw the legend items in a reverse order, from top to bottom.

legend.ascending(true);

Default is false so it won’t affect any existing code.

susielu commented 9 years ago

Thanks for the addition!