Highcharts Angular: Add minimum width for columns and add scrollbar if chart is getting bigger than plot area with more categories
Summary The issue occurred while implementing a grouped column chart in an Angular-TypeScript application using Highcharts. The chart was configured with maxPointWidth for column size constraints, but attempts to enforce a minimum column width with minPointWidth failed, resulting in overlapping columns when multiple series or categories were added. When pointWidth was used, it fixed the … Read more