interface Label {
    bgcolor: string;
    bordercolor: string;
    font: Partial<Font>;
}

Hierarchy (view full)

Properties

bgcolor: string

Sets the background color of all hover labels on graph.

bordercolor: string

Sets the border color of all hover labels on graph.

font: Partial<Font>

Sets the default hover label font used by all traces on the graph.