Bubble charts are Scatter Plot charts where a third dimension of data is represented by the sizes of plotted objects.
That combination of options is invalid.
600px
or less, the legend will move to the top of the chart. This is the default width for this behavior to occur, the width can be adjusted by setting the breakpoint
parameter.200px
and heights below 150px
to prevent axis value/label collision and clipping.breakpoint
parameter to control the width of the chart container (in pixels) at which the X-axis shows only the first, middle, and last X-axis value when view: "grid"
. The breakpoint
parameter also sets the size at which the legend moves to the top of the chart. By default, it is set to 600
.xAxisLabelBreakpoint
parameter to control the width of the chart container (in pixels) at which the X-axis shows show every other X-axis value. By default, it is set to 800
.Necessary code documentation can be found in the MBC repository.