Variable CursorBuildersConst

CursorBuilders: {
    BarChart: CursorBuilder2D;
    D3: CursorBuilder3D;
    Map: CursorBuilder2D;
    Polar: CursorBuilder2D;
    Spider: CursorBuilder2D;
    XY: CursorBuilderXY;
} = ...

Collection of CursorBuilders.

CursorBuilders are used to modify structure of Cursors of Charts, by passing one when the Chart is created.

Each item is associated with a specific Chart-type, that it can only be used with.

Type declaration