overflow property

String? overflow
getter/setter pair

How to handle overflowing labels on horizontal axis. If set to "allow", it will not be aligned at all. By default it "justify" labels inside the chart area. If there is room to move it, it will be aligned to the edge, else it will be removed.

API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.labels.overflow

Implementation

String? overflow;