weknowinc / react-bubble-chart-d3

React Bubble Chart using D3
MIT License
57 stars 56 forks source link

Fixing Bubbles Cut off #26

Closed PotLid closed 5 years ago

PotLid commented 5 years ago

18

I fixed bubbles in the chart getting cut off due to its SVG container boundary by passing overflow props to BubbleChart Component.

enzolutions commented 5 years ago

Thank you @PotLid for your contribution.