center property
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.
Implementation
List<dynamic>? center;
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.
List<dynamic>? center;