susielu / d3-legend

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

<fix> Fixed last item in array being skipped for custom labels due to… #48

Closed bohnna closed 8 years ago

bohnna commented 8 years ago

When providing an array of custom labels, the last item will be skipped due to the Array.length starting at 1. This fixes that issue.