Bubble chart is a kind of graph where we can plot 3 values. One value in X-axis, one in Y-axis and 3rd one is shown using the diameter of the bubble. It is much similar like a table where the values are represented with the bubbles' diameters.
Questions tagged [bubble-chart]
478 questions
0
votes
1 answer
Asgallant's Custom Tooltip Code for a Google Bubble Chart with Dashboard
I owe every bit of credit for the code below to Chris from this thread as well as r6danl99 and asgallant from this thread. So...I hope none of them mind me referencing their work in an attempt to figure out what I'm overlooking in their…

Greg
- 1,264
- 14
- 21
0
votes
1 answer
dc.js bubble chart fails to display points
I am trying to get a bubble chart working with crossfilter and dc.js. But I am having a problem getting my points to appear on my chart. I have built a JSFiddle here:
http://jsfiddle.net/4asmb7h1/
var data = [
{date: "12/27/2012", label: "a1",…

awildeep
- 115
- 1
- 8
0
votes
1 answer
Unable to get dragging effect on bubbles
I had achieved the same thing here, but I am not able to reproduce it in this bubble chart.
JS:
var selection = d3.selectAll( '.selected');
var drag = d3.behavior.drag()
.on("drag", function( d, i) {
if( selection[0].indexOf( this)==-1) {
…

Rahul Desai
- 15,242
- 19
- 83
- 138
0
votes
1 answer
unable to change symbol in nvd3 bubble chart
I am trying to have different plot symbol for each of the groups of points I have. The code is here. I used this piece of code
shape: shapes[i]
But am unable to get different symbols. I am able to only get circles. Where am I going wrong?

Dinesh
- 2,194
- 3
- 30
- 52
0
votes
1 answer
Colors in dc.js charts not linked with each other
I have a choropleth(world map) and a bubble chart in dc.js. The colors in the bubbles and the map should be the same (country wise). On selection of a country, the filtered bubble should have the same color as of the map because the map and bubbles…

Ronak Bhandari
- 328
- 1
- 3
- 15
0
votes
1 answer
Trouble Loading Google Charts Treemap and Bubble Chart on same page
Trying to put both a treemap and bubble chart on the same page, both work individually, but not together. Tried a bunch of different things, but not sure if I am defining the two separate things properly.