Rotated Column Chart
We decided to use the Column chart with a rotated axis to achieve this visualization. This is kinda what Highcharts expects.
[!NOTE] We use one chart component for rendering column and rotatedColumn charts. This allows us not the re-render the entire tree when changing between the two.
22.05.25
We removed the axesSwapType from the spec as it is redundant. For this to work correctly, we added also the bar plotOptions to the chart.
23.05.25
We rotate the YAxis for rotatedColumn charts so the information is always visible. For the The legendItems e.g. (Total, Others) we align them vertically so they are always visible.