curran / d3-area-label

A library for placing labels in areas.
BSD 3-Clause "New" or "Revised" License
75 stars 4 forks source link

Optimize for thin areas #20

Open curran opened 6 years ago

curran commented 6 years ago

We can break out early if there's no X coordinate in the whole area where the height is less than maxHeight. Running into this case a lot; degenerate streams after filtering.