Horizontal Bar charts compare different items.
That combination of options is invalid.
400px
or less, the number of x-axis values and grid lines reduces. This is the default width for this behavior to occur, the width can be adjusted by setting the outerWidthBreakPoint
parameter.outerWidthBreakPoint
parameter to control the width of the chart container (in pixels) at which the number of X-axis values reduces to the amount set for breakPointTickNumbers
. By default, outerWidthBreakPoint
is set to 400
and breakPointTickNumbers
is set to 2
. The number set for breakPointTickNumbers
controls the number of X-axis values in addition to the zero value which render on the X-axis.Necessary code documentation can be found in the MBC repository.