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
Basic Highcharts Bubble Drilldown
I'm new at Highcharts. I'm trying to create a Drilldown Bubble Chart.
I took the basic column drilldown as a starting point,
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/drilldown/basic/…

user3692703
- 31
- 4
0
votes
1 answer
D3.js Bubble chart graph doesn't appears with AngularJS
I make a Bubble chart graph with D3.js and I would like to transform it using AngularJS but I am lost... I read this tutorial but anything is appears.
This is the code I make :
var d3DemoApp = angular.module('d3DemoApp', []);
// controller…

Anonymous
- 468
- 5
- 26
0
votes
1 answer
Kendo UI (Graph) Add relief to the bubbles on the Bubble chart
I was wondering if it's possible to add a relief to the bubbles on the Kendo UI Bubble charts, because, with the 15 given themes, all bubbles stay flat :
http://demos.telerik.com/kendo-ui/bubble-charts/index
It would be nice to add a 3D-style like…

Florent Rifai
- 1
- 2
0
votes
3 answers
Search function on D3.js
I would like to create a Search function for all my circle in D3.js. The problem is I can't select a particulary item from my textbox but I can select all items for hide them. Other question, is it a good solution to search an item to hide it ? This…

Anonymous
- 468
- 5
- 26
0
votes
3 answers
Set a specific color to a bubble chart
I would like to set a specific color on the circle of bubble chart in terms of a variable. I can change all the bubble in red for example but not each bubble. My condition is an attribute of d and it define by the content of my…

Anonymous
- 468
- 5
- 26
0
votes
1 answer
Working with colorramp in R (Rosling Style bubble chart)
I tried following the answer at the following link without success. I should mention that I'm in an entry level Data Analysis Course, so my current R skills are limited. How to match vector values with colours from a colour ramp in R?.
Anyway, my…

Robborino
- 1
- 3
0
votes
1 answer
Plot a bubble chart from a table using multiple columns in the x-axis
I have a table with the abundance of species in multiple samples. I want to make a bubble chart where in the y-axis I will have the different species, in the x-axis the different samples in which I found those species, while the radius of the…

KrislilKris
- 11
- 2
0
votes
1 answer
Updating nested d3 bubble chart with streaming data
I have been trying to implemented a nested bubble chart for a project of mine where I have to display what happens in different clients in a network. I used the example showed at:
https://bl.ocks.org/mbostock/7607535
Here is the code I am using:
…

Georgi Nikolov
- 113
- 3
- 11
0
votes
0 answers
Adding an arrow in a googleVis bubble chart
I have the following plot:
I have a requirement to add an arrow from the Old Value to the new Value.
Is there any way i can add an arrow in a bubble chart or is there a way i can superimpose an arrow onto the bubble chart like we can do in…

Ganesh N
- 25
- 1
- 6
0
votes
2 answers
Highcharts Bubble Chart Hover Color
I am using Highcharts to create a bubble chart and want the color of each bubble to be different. I am setting the color like this:
series: [{
data: [
{ x: 95, y: 95, z: 13.8, name: 'BE', country: 'Belgium', color:…

arie
- 782
- 3
- 13
- 31
0
votes
1 answer
rCharts - Data label for Highcharts bubble chart
I'm using rCharts to create a Highcharts bubble chart and have trouble changing the bubble label. In this example, I want the branch name to appear in the bubble instead of the default y. Sample data and the code I'm using:
branch <- c('A', 'B',…

dz1
- 1
- 1
0
votes
0 answers
Customize mouseover hover of a bubble in Googlevis bubblechart
How to remove the axis labels from the label on the bubble in the Googlevis Bubblechart that comes on hovering
Basically I want to remove the features like x, y and size that come once you hover over a bubble

Ganesh N
- 25
- 1
- 6
0
votes
1 answer
Bubble chart in d3.js
http://plnkr.co/edit/7aw93EnMyCR3HjTu1uHa?p=preview
I have added the working fiddle.
I need to plot bubble chart on the basis of "profit" value in properties of "taluks.geojson" file.
This is working for flare.json but not for taluks.geojson file.
I…

G.S.Tanusha
- 1
- 5
0
votes
0 answers
d3 bubble chart circle whitespace doesnt go away
I have some data and I'm trying to visualize with d3.js, very new to me.
I am able to get it to show up in a bubble chart h n somewhat filter it. But when it filters, it keeps the white space of where other circles used to be. Anybody known how to…

user3537288
- 17
- 5
0
votes
1 answer
Tooltip positioning in bubble chart
I have created a d3.js bubble chart.
I want the tooltip to be positioned always at the top right point on the border of the circle, wherever the cursor is moved inside the circle.
This is how I created the tooltip.
new Ext.ToolTip({
…

salsa111
- 171
- 1
- 15