interface PieLine {
    color: PieColors | PieColor;
    width: number | number[];
}

Properties

Properties

width: number | number[]