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
0 answers
Tableau dual axis map exclude zero value bubbles
I am working with a dual axis map in Tableau and I am displaying one measure as color density on the map and another measure as bubbles on the same map.
The 2nd measure has null values - but the null values display as very little dots in the map.…

jeangelj
- 4,338
- 16
- 54
- 98
0
votes
0 answers
Multidimension Bubble Chart using DC.js
I am trying to create a bubble chart using DC.js
The sample data I have is:
State_Name Area Cities Villages Population
A 200 60 1050 10000
B 300 80 1100 15678
C 500 …

Divyansh
- 1
- 2
0
votes
1 answer
highcharts- chart
Could someone guide me on how to get the no of bubbles in highcharts

Martin
- 53
- 1
- 1
- 7
0
votes
0 answers
plot_ly is scaling bubble within color - need absolute scale
I am trying to create a bubble chart that plots 2 variables, X and Y, on the x and y axes. There is a 3rd variable, Size (which I am indicating with the size of the circle/bubble), and a 4th variable (Store Type, which I am indicating with…

user2621147
- 111
- 3
- 10
0
votes
1 answer
transparent 3-D sphere bubble plot R
I want to create a 3-d bubble plot comparing 8 different industry sectors in terms of their market size (Market) in million dollars, market share (Share), growth rate (Growth), number of competitors (Competitors). The size of bubbles (sphere) is…

ashkan
- 113
- 2
- 8
0
votes
1 answer
Make a bubble chart in excel from a pivot table
Is there a way to make a bubble chart from a pivot table in excel? When I try do this I get a message that says that bubble charts and stock charts doesnt work with pivot tables.

Thomas H
- 51
- 2
- 9
0
votes
0 answers
Highcharts bubble chart "select points" not functioning
Today my highcharts bubble chart stopped allowing me to select the bubbles: it was working through yesterday. Here is the code:
Highcharts.chart('container', {
chart: {
type: 'bubble',
plotBorderWidth: 1,
zoomType: 'xy'
},
legend: {
…

JH_VtM
- 3
- 2
0
votes
0 answers
Is there a way to convert bubble chart size?
I have created a bubble chart using the fusion charts api in asp.net. The question/issue I have is leaning more on scaling the chart itself, rather than the particular library I used to generate it.
The chart I have is designed like this:
X = roi
y…

pmb88
- 147
- 2
- 11
0
votes
1 answer
How to display extra data in highcharts bubble chart tooltip with datetime x-axis
I am trying to display some more data in highcharts bubble chart tooltip with no success. How can I access this.point.comments inside the tooltip formatter?
The bubble chart I am using has datetime as x-axis.
$('#chart-bubble').highcharts({
…

meteorite
- 736
- 1
- 8
- 17
0
votes
1 answer
I was trouble with tittle of the Highcharts
http://jsfiddle.net/Kondaldurgam/akb4Lj61/
i want name of the tittle in inside the box presently i don't have date with me so, i want to put the name of the tittle in inside the box.
Highcharts.chart('container', {
chart: {
type: 'bubble',
…

Kondal
- 2,870
- 5
- 26
- 40
0
votes
0 answers
I was trouble with the bubble chart in high charts. i want to change grid line distance in x-axis
https://jsfiddle.net/Kondaldurgam/459tsdjq/1/
I'm tried to do change in grid line distance in x-axis but i won't get exactly answer in my output .when i was applying in my project code it's not working properly
Highcharts.chart('container',…

Kondal
- 2,870
- 5
- 26
- 40
0
votes
1 answer
How can I get arrows at the end of x-axis and y-axis using highcharts.js?
I want to get some arrows like the picture above

Mina
- 99
- 8
0
votes
2 answers
How to change background color of every single bubble in highcharts?
I am trying to get user inputs and then draw a bubble chart with 100 bubbles. How can I change the background color of bubbles to different colors(up to 10 colors)?
Below is my javascript code,