Vuejs Bubble Charts /Plots are used to visualize data in 3 dimensions. Bubble charts are similar to scatter chart except that the marker size is proportional to z value of datapoint. It accepts three parameters (x, y, z). x & y determine the bubble's position on X & Y Axis whereas z determines its size.
Vuejs Scatter Charts are used to represent quantitative data through points / markers. Scatter charts are also referred to as Scatter Plot or Point Chart. Library supports different kinds of markers like square, circle, triangle, etc.
Bubble Chart uses markers varying in size to depict data.
Scatter Charts are also referred to as Scatter Plot or Point Chart.
Most commonly used features in Vuejs Bubble & Scatter Charts include marker, color, etc.