Angular Bubble Chart allows you to visualize data in 3 dimensions. It is very much similar to Scatter Charts except that size of bubble represents another parameter. Out of the three parameters required (x, y, z) to be present in a data point, x & y determine the bubble's position on X & Y Axis & z determines its size. One major difference in bubble from other charts is that size of the bubble is not linearly proportional to the z value.
Angular Scatter charts represent data as a series of points with their axis co-ordinates determined by x and y value of data point. Sometimes it is also referred to as Scatter Plot or Point Chart. A marker is drawn at each point and its shape and size can be customized as required.
Bubble Chart uses bubble-like symbols to depict data in the Plot Area.
Scatter Charts are also referred to as Scatter Plot / Point Chart.
Most commonly used features in Angular Bubble & Scatter Charts include indexLabel, markers, etc.