Skip to content

chartjs-chart-geo / BubbleMapController

Class: BubbleMapController

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:27

Extends

Constructors

Constructor

new BubbleMapController(chart, datasetIndex): BubbleMapController

Defined in: .yarn/berry/cache/chart.js-npm-4.5.0-e95c375db8-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:598

Parameters

chart

Chart

datasetIndex

number

Returns

BubbleMapController

Inherited from

GeoController.constructor

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

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

Parameters

scale

Scale

Returns

Scale


clipMap()

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

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

Returns

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

Inherited from

GeoController.clipMap


draw()

draw(): void

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

Returns

void

Inherited from

GeoController.draw


getGeoDataset()

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

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

Returns

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

Inherited from

GeoController.getGeoDataset


getGeoOptions()

getGeoOptions(): IGeoChartOptions

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

Returns

IGeoChartOptions

Inherited from

GeoController.getGeoOptions


getGraticule()

getGraticule(): boolean | { stepMajor: [number, number]; stepMinor: [number, number]; }

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

Returns

boolean | { stepMajor: [number, number]; stepMinor: [number, number]; }

Inherited from

GeoController.getGraticule


getProjectionScale()

getProjectionScale(): ProjectionScale

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

Returns

ProjectionScale

Inherited from

GeoController.getProjectionScale


indexToRadius()

indexToRadius(index): number

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

Parameters

index

number

Returns

number


initialize()

initialize(): void

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

Returns

void

Overrides

GeoController.initialize


linkScales()

linkScales(): void

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

Returns

void

Overrides

GeoController.linkScales


parse()

parse(start, count): void

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

Parameters

start

number

count

number

Returns

void

Overrides

GeoController.parse


resolveOutline()

resolveOutline(): any

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

Returns

any

Inherited from

GeoController.resolveOutline


showGraticule()

showGraticule(): void

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

Returns

void

Inherited from

GeoController.showGraticule


showOutline()

showOutline(): boolean

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

Returns

boolean

Inherited from

GeoController.showOutline


update()

update(mode): void

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

Parameters

mode

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

Returns

void

Inherited from

GeoController.update


updateElements()

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

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

Parameters

elems

MyPointElement[]

start

number

count

number

mode

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

Returns

void

Overrides

GeoController.updateElements