Strip Plot
A strip plot displays a distribution of many values across some categories.
Key implementation details
In this demo we use LineSeries
to create a line chart (with CategoryAxis
on the left) with an invisible line (strokeOpacity: 0
) and use its bullets to display our data points. We apply heat rules to the bullets to set the circles’ radii based on the data items value.