Hi Team,
I am using a combination of columns and lines in Highcharts.
Here's the demo for reference : https://jsfiddle.net/4cqnr2kL/19/
What I Need:
Line Steps: The line should start from (0,0), remain on the x-axis, and step up only where a column exists. If there’s a gap between categories, the line should drop back to the x-axis. Currently, the steps are category-based, but I need them to be column-based and start from (0,0).
Column Alignment: When multiple columns exist in a category (e.g., the first category has three), they should be tightly grouped without gaps and aligned with the category label. If a category has columns only at the first and last positions, there shouldn’t be a gap in the middle.
How can I configure Highcharts to achieve this behavior?
Thanks for your assistance!