interface PieHoverLabel {
    align:
        | "auto"
        | "left"
        | "right"
        | ("auto" | "left" | "right")[];
    bgcolor: PieColors | PieColor;
    bordercolor: PieColors | PieColor;
    font: PieFont;
    namelength: number | number[];
}

Properties

align:
    | "auto"
    | "left"
    | "right"
    | ("auto" | "left" | "right")[]
bgcolor: PieColors | PieColor
bordercolor: PieColors | PieColor
font: PieFont
namelength: number | number[]