Questions tagged [bubble-chart]

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.

478 questions
0
votes
1 answer

Google Bubblechart dimension bug

First of all sorry for my English but I'm Italian. Now... i'm working with motion chart and geochart without a problem, but bubblechart seems that have his way to do things. I use several chart on my page, some are hidden (display:none) other not,…
-1
votes
1 answer

How to put content (number) in bubbles of ng2-chart Bubble Chart?

I have a bubble chart and want to put a number in bubbles. Is this even possible? Please see my code, there you can see what I expect. In the picture below is visible how it should looks like. I hope this is possible and someone could give me a…
Buzz
  • 315
  • 6
  • 18
-1
votes
1 answer

How can i create a bubble chart using this data in seaborn?

i have all the data i need to plot in a single row e.g.: mcc_name year_1 year_2 year_3 year_1_% year_2_% year_3_% book shop 30000 1500.41 9006.77 NaN -0.4708 -0.60379 i want the x axis to be the values in columns:…
Maths12
  • 852
  • 3
  • 17
  • 31
-1
votes
1 answer

Trying to create a bubble map of Australia

Name Lat Long XX -20.6544 150.9149 This is how my data looks like with over 1000 entries The code I tried is below. # Library library(leaflet) # load example data (Fiji EarthPostcode) + keep only 100 first…
-1
votes
1 answer

Plotly, why are my bubbles all the same color?

I have a column called Pizza Shops in my data that has numbers by state, ranging from 10k to over a million (numbers are made up). For some reason every bubble, while it appears to be the right size, all show as the same color (red). My code import…
-1
votes
3 answers

How to create a categorical bubble plot in Python?

Looking for help to create a plot similar to one in this link, just using a python library. Catagorical Bubble Chart using ggplot2 in R: See the most up-voted response. Here I borrowed the data from the link: df =…
Keshav Sud
  • 1
  • 1
  • 2
-1
votes
1 answer

Highchart bubbles with arrows inside

I want to draw a bubble chart using Highcharts with an arrow or a pointer that points to a certain position on the circumference of the bubble depending upon a data value. Think of it like this: each bubble is like a gauge without any calibrations.…
Penman
  • 163
  • 3
  • 14
-1
votes
1 answer

How to extract diagram with ASP.NET

I have an asp.net web project .I do some analysis and extract words out of hypertext and display them in listbox.Here what I want to do is extract a diagram(relational bubble chart).First I thought to keep some bubbles and label inside them.If there…
dpointttt
  • 23
  • 5
-1
votes
2 answers

Highcharts Chart Bubble Resizing

When displaying a Highcharts bubble chart, the bubbles resize as bubbles are added/removed to the chart (each bubble is sized relative to all visible bubbles). Is there a way to set the max/min bubble range for the chart so that the bubbles are…
Michael
  • 434
  • 1
  • 5
  • 12
-1
votes
1 answer

Background Image not Aligning with Bubble Chart in SSRS

I have a background image for my bubble chart in SSRS (2008). On the Design tab, the background image stays behind the bubble chart. When I run the report (preview), the background image appears below the bubble chart - not behind it. I've set the…
-2
votes
1 answer

Trying to create a bubble chart with ploty using a clean dataframe - Python

So below is my flex_df.head(10). What im trying to do is create a bubble chart that has the has salary as the x-axis and the count of the role (Role not OriginalTitle) on the y-axis. Then to wrap it all up, i need it to have different bubble sizes…
-2
votes
2 answers

How to Create a Choropleth or Bubble Map of UK in R

I have been trying to build a Choropleth / Bubble map of UK for my own shiny dashboard project. My dashboard is a student information management system and the map is supposed to show students come from which regions (zip codes or cities is also…
sue94
  • 19
  • 1
  • 5
-3
votes
2 answers

Bubble plot of mine quakes

In R I am looking to create a heatmap similar to the one below. Where size represents energy expelled and color represents depth. My dataset (CSV) looks something like this: X, Y, Z, E 19305, -11211, -599, 3000 22159, -13553, …
bskool
  • 2,068
  • 2
  • 17
  • 24
1 2 3
31
32