Time-Series Line charts show an item or multiple items over time. They are the line chart to use if you wish to render more than one value in each X-Axis interval.
That combination of options is invalid.
linesOrder: "desc"
. To sort them from smallest to largest end value, set linesOrder: "asc"
.650px
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.650px
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.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.