Interface SpotDiagramOptions

interface SpotDiagramOptions {
    axisBoxPadding?: number;
    spotRadius?: string;
    titleFontFractionalEMSize?: number;
    titleFractionalOffset?: number;
    viewBoxPadding?: number;
}

Hierarchy

  • Options
    • SpotDiagramOptions

Properties

axisBoxPadding?: number

The fraction of the axisBox linear size that is occupied by padding around the data.

spotRadius?: string

The radius of the spot diagram as a percentage of the viewBox size.

titleFontFractionalEMSize?: number
titleFractionalOffset?: number
viewBoxPadding?: number

The fraction of the viewBox linear size that is occupied by padding around the axis.