Bubble Chart

 

A bubble chart displays three dimensions of data by position and size of the bullet. The main difference between a bubble chart and serial chart is that both x and y axes are numeric – serial charts usually have one axis with strings or dates.

Bubble-Charts

You can create Bubble Chars using two methods:

1. Drag and Drop Method

Bubble-Chart

2. SQL Method

A sample SQL statement:

SELECT tblhosting.paymentmethod,tblservers.hostname,tblhosting.amount FROM tblhosting INNER JOIN tblservers ON tblhosting.server = tblservers.id group by tblhosting.paymentmethod, tblservers.hostname

As with all reporting options, you can toggle between drop-and-drag and SQL.