CSNW / d3.compose

Compose complex, data-driven visualizations from reusable charts and components with d3
http://CSNW.github.io/d3.compose/
MIT License
697 stars 24 forks source link

Fix legend expanding on redraw issue #38

Closed timhall closed 8 years ago

timhall commented 8 years ago

The hover overlay was positioned relative to swatch rather than overall legend item, which put it progressively further below the text on redraw when swatch height was less than text height. Added offset for those cases so that overlay correctly covers swatch and text.

Fixes #37