0 votes
in JavaScript by

What is the need for bubble charts?

a) Represent 2D data

b) Represent 3D data

c) Represent 2D and 3D data

d) Represents meta data

1 Answer

0 votes
by

Answer:-  B

Reason: A bubble plot is a scatterplot where a third dimension is added: the value of an additional variable is represented through the size of the dots. They are used to represent three-dimensional data.

...