You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up on #433 which was closed because the OP did not provide an example.
Would it be possible to support bubble charts which are 2D charts which allow to visually present a third dimension via the size of a bubble. An example would be this
from the following data:
The text was updated successfully, but these errors were encountered:
We actually have a plan for this and it isn't tough to implement. Its basically exactly the same as a line chart, except the dots have another metric agg attached to them that defines their size, and of course stroke width on the line would be set to 0.
This is a follow-up on #433 which was closed because the OP did not provide an example.
Would it be possible to support bubble charts which are 2D charts which allow to visually present a third dimension via the size of a bubble. An example would be this
from the following data:
The text was updated successfully, but these errors were encountered: