susielu / d3-legend

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

Property 'labelWrap' does not exist on type 'LegendColor' #93

Open samjamin opened 5 years ago

samjamin commented 5 years ago

Hi,

First off, I really appreciate you publishing this library. It's been helpful on more than one occasion.

I did notice a type issue when trying to use labelWrap. In my IDE it gets flagged as not a property of LegendColor. Looking at the interfaces, it doesn't look like it's part of any of the legends. Can this be added so that it passes linting?

Thanks!

https://github.com/susielu/d3-legend/blob/74043086842cf3edeb52ce6ca7be5f26e3d1d6f4/types/d3-svg-legend.d.ts#L55

gabiborges1 commented 4 years ago

Any update on this? I am having the same problem