react-bubble-chart icon indicating copy to clipboard operation
react-bubble-chart copied to clipboard

A React+D3 animated bubble chart

Results 15 react-bubble-chart issues
Sort by recently updated
recently updated
newest added

When using a recent version of d3, I end up getting told that `can not call update on undefined`, in the `componentWillUpdate()` method. This is because it expects bubbleChart to...

The whole bubble chart is getting in 150x150 size that makes it very small when the number of bubbles increase. What seems to be causing that could be an implicit...

I have fixed the Width and Height bug which did reduced the size of the bubbles as the number of bubbles increased and this method worked for me. _Issue#7_

I haven't dug into why yet, but if I install the latest d3 (v4.4), the `this.svg = d3.select(el)...` code in ReactBubbleChartD3.js breaks.

This is completely compatible with the existing behavior. The only difference is when the `displayText` of a circle is an object, it will use react to mount that object. Otherwise...