center property

List? center
getter/setter pair

The center of a polar chart or angular gauge, given as an array of x, y positions. Positions can be given as integers that transform to pixels, or as percentages of the plot area size.

API Docs: https://api.highcharts.com/highcharts/pane.center

Implementation

List<dynamic>? center;