interface GaugeBar {
    color: Color;
    line: Partial<GaugeLine>;
    thickness: number;
}

Properties

Properties

color: Color
thickness: number