Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How I change the size of bubbles in google charts?

I create a bubble chart using google-charts. It seems like this: enter image description here

Here the data that i use:

enter image description here

My Question is How I change the size of bubbles so they will be like the column:"bubble size" that in the table? And how can i make the X-axis be more wider?

like image 443
Dima Ha Avatar asked Mar 09 '15 13:03

Dima Ha


People also ask

How do you reduce the size of a bubble?

Note that you can change the bubble size by selecting any bubble and dragging its handle.

How do I edit a bubble chart in Google Sheets?

Go to the Set-up tab and select Chart Type from the drop-down arrow. Select the second option, Bubble, from the Scatter Chart drop-down menu. Replace the bar chart with bubble chart in Google Sheets. Go to the Customize option in the chart editor and edit and format your Bubble Chart.

What is bubble size in bubble chart?

In Microsoft Excel's bubble charts, bubble sizes are fixed according to the largest bubble in the chart. You can fine tune this maximum size by double clicking on any series, and on the Format Series dialog, Options tab, select a default multiplier. I like to use 200% to get large bubbles.


1 Answers

According to the docs, it seems the 5th column should control the size of the bubble. And the 4th should be an ID (I'd use the country's code for this, or just repeat the counytry col again).

like image 80
dotty Avatar answered Sep 29 '22 20:09

dotty