Scatter and Bubble Charts
What are Scatter Charts Used for?
Scatter charts are used to represent the relationship between two quantitative measures by plotting data points along the X (horizontal) and Y (vertical) axes. They are particularly useful for demonstrating patterns in large datasets.
What are Bubble Charts Used for?
A bubble chart is a variation of a scatter chart in which the data points are replaced with bubbles. Like scatter charts, bubble charts represent the relationship between two quantitative measures as well as a third quantitative measure represented by the size of the bubble.
Creating a Scatter Chart

In the example above, the scatter chart visualization shows the relationship between the quantity of New Sales and the Revenue made by each particular Employee.
To create a scatter chart:
- Select the Scatter visualization in the Change Visualization menu:

-
Choose numerical fields for the X axis and Y axis, which will determine the location of the data points.
-
Select a categorical value for your Label.
Every data point has its own tooltip, which shows up when you click on it:

In this example, the tooltip gives information about a particular employee the data point represents, as well as quantitative data for them included in the chart.
Creating a Bubble Chart

To create a basic bubble chart, using only one color, you will need to:
-
Select Bubble chart from the list of Chart Types.
-
Choose numerical fields for your X axis and Y axis.
In the example above the location of the bubbles is determined by the correlation between the Number of Inpatients field and their Length of Stay in the hospital.
-
Select a categorical value for Label.
Each bubble in the shown chart represents a Division, such as Neurology, Cardiology, Surgery, etc.
-
Choose a numerical field for Bubble Radius.
You can see from the example that the size of each bubble depends on the sum of Treatment Costs in each Division. A legend on top of the chart shows the minimum and maximum value of the Bubble Radius field in the chart.
Clicking on the bubbles will also provide you with tooltips showing specific data for every particular bubble. If you have overlapping elements in your chart, click/tap on the smaller bubble to show its tooltip.