d3-bar
d3-bar copied to clipboard
Easing curves yield negative values
Certain easing curves result in negative attribute values. This can be seen when animating the "Kitchen Sink" example.
I've tried wrapping each attr function with Math.max to enforce 0 as the lower limit, but this doesn't seem to help any.
Attached partial screenshot as well.