curveFactor property

double? curveFactor
getter/setter pair

A curveFactor with a higher value than 0 will curve the link clockwise. A negative value will curve the link counter clockwise. If the value is 0 the link will be straight.

API Docs: https://api.highcharts.com/highcharts/series.flowmap.data.curveFactor

Implementation

double? curveFactor;