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

Hey, I'm getting 2 error while rendering the component 1. TypeError: Cannot read properties of undefined (reading 'select') from ReactBubbleChartD3.js line no. 70 2. Uncaught TypeError: Cannot read properties of...

Can we extend the functionality by providing an option to display icon/image inside the bubble?

Are you able to drill down into individual nodes? As, is nested hierarchy supported? This is my normal D3 implementation for example: http://selotec.io/prototype/react/#/map

Hi, tried to add a zoom to the bubble groups. Works quite well, till i'll get back to the origins. Then the bubbles get overlain from the group bubble. I...

"npm install react-bubble-chart" could not install successfully. ![image](https://user-images.githubusercontent.com/28540610/37861683-2427098c-2efc-11e8-86db-e88f3a6518e3.png)

Seems like an SVG manipulation issue with `bubble-label`, I had to add ``` props.data.forEach(({ displayText }, index) => { ((labels[0] || [])[index] || {}).textContent = displayText; }); ``` to the...

I am using this component on my home route. On page load it works absolutely fine. If one navigates away and then back to home d3 errors and the component...

Hey there! I've been playing around with this bubble chart and noticed a discrepancy between the docs and what is actually happening. It lists some props as optional but in...