overflow property

String? overflow
getter/setter pair

How to handle stack total labels that flow outside the plot area. The default is set to "justify", which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display stack labels outside the plot area, set crop to false and overflow to "allow".

API Docs: https://api.highcharts.com/highcharts/yAxis.stackLabels.overflow

Implementation

String? overflow;