Skip to content

chartjs-chart-geo v4.3.4 / BubbleMapController

Class: BubbleMapController

Extends

Constructors

new BubbleMapController()

new BubbleMapController(chart, datasetIndex): BubbleMapController

Parameters

chart: Chart<keyof ChartTypeRegistry, (null | number | [number, number] | Point | BubbleDataPoint | IChoroplethDataPoint | IBubbleMapDataPoint)[], unknown>

datasetIndex: number

Returns

BubbleMapController

Inherited from

GeoController.constructor

Defined in

.yarn/berry/cache/chart.js-npm-4.4.6-179caaa878-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:588

Properties

id

readonly static id: "bubbleMap" = 'bubbleMap'

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:105

Methods

_getOtherScale()

_getOtherScale(scale): Scale<CoreScaleOptions>

Parameters

scale: Scale<CoreScaleOptions>

Returns

Scale<CoreScaleOptions>

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:50


clipMap()

clipMap(): boolean | "outline" | "graticule" | "outline+graticule" | "items"

Returns

boolean | "outline" | "graticule" | "outline+graticule" | "items"

Inherited from

GeoController.clipMap

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:87


draw()

draw(): void

Returns

void

Inherited from

GeoController.draw

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:177


getGeoDataset()

getGeoDataset(): ChartDataset<"choropleth" | "bubbleMap"> & IGeoControllerDatasetOptions

Returns

ChartDataset<"choropleth" | "bubbleMap"> & IGeoControllerDatasetOptions

Inherited from

GeoController.getGeoDataset

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:58


getGeoOptions()

getGeoOptions(): IGeoChartOptions

Returns

IGeoChartOptions

Inherited from

GeoController.getGeoOptions

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:62


getGraticule()

getGraticule(): boolean | object

Returns

boolean | object

Inherited from

GeoController.getGraticule

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:91


getProjectionScale()

getProjectionScale(): ProjectionScale

Returns

ProjectionScale

Inherited from

GeoController.getProjectionScale

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:66


indexToRadius()

indexToRadius(index): number

Parameters

index: number

Returns

number

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:100


initialize()

initialize(): void

Returns

void

Overrides

GeoController.initialize

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:28


linkScales()

linkScales(): void

Returns

void

Overrides

GeoController.linkScales

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:33


parse()

parse(start, count): void

Parameters

start: number

count: number

Returns

void

Overrides

GeoController.parse

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:55


resolveOutline()

resolveOutline(): any

Returns

any

Inherited from

GeoController.resolveOutline

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:131


showGraticule()

showGraticule(): void

Returns

void

Inherited from

GeoController.showGraticule

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:143


showOutline()

showOutline(): boolean

Returns

boolean

Inherited from

GeoController.showOutline

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:83


update()

update(mode): void

Parameters

mode: "none" | "hide" | "show" | "default" | "active" | "resize" | "reset"

Returns

void

Inherited from

GeoController.update

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:95


updateElements()

updateElements(elems, start, count, mode): void

Parameters

elems: MyPointElement[]

start: number

count: number

mode: "none" | "hide" | "show" | "default" | "active" | "resize" | "reset"

Returns

void

Overrides

GeoController.updateElements

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:69