allowDecimals property

bool? allowDecimals
getter/setter pair

Whether to allow decimals in this axis' ticks. When counting integers, like persons or hits on a web page, decimals should be avoided in the labels. By default, decimals are allowed on small scale axes.

API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.allowDecimals

Implementation

bool? allowDecimals;