wrap property

bool? wrap
getter/setter pair

When this option is true, the dial will wrap around the axes. For instance, in a full-range gauge going from 0 to 360, a value of 400 will point to 40. When wrap is false, the dial stops at 360.

API Docs: https://api.highcharts.com/highcharts/series.gauge.wrap

Implementation

bool? wrap;