Vertical Bar charts compare different items or the same item over time.
That combination of options is invalid.
wrapXAxisLabels: true
with the chart configuration.600px
or less, the internal padding between elements tightens. 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 and last X-axis value. By default, it is set to 600
.y1abbreviation
, for things like currency abbreviations or other short labels, up to a maximum of 10 characters. Anything longer than that should use the “Full” Y-Axis Label, y1AxisLabel
.y1abbreviation
, to avoid offsetting the alignment of the Y-Axis text.Necessary code documentation can be found in the MBC repository.