ArcOption🔗Definition🔗export interface ArcOption { // Field from which to get the value. Values should be less than 1, representing fraction of a circle. field?: string; // The color of the arc. color?: string; } See also🔗 ArcOptionBuilder