Bubble Chart

    config setup

    Namespaces:

    • options.datasets.bubble - options for all bubble datasets
    • options.elements.point - options for all point elements
    • options - options for the whole chart

    All these values, if undefined, fallback to the scopes described in

    The style of each bubble can be controlled with the following properties:

    All these values, if undefined, fallback to the associated elements.point.* options.

    All these values, if undefined, fallback to the associated options.

    We can also change the default values for the Bubble chart type. Doing so will give all bubble charts created after this point the new defaults. The default configuration for the bubble chart can be accessed at Chart.overrides.bubble.

    Bubble chart datasets need to contain a data array of points, each point represented by an object containing the following properties:

    where _custom is the radius.