chartjs-chart-geo v4.3.4 / BubbleMapChart
Class: BubbleMapChart<DATA, LABEL>
Extends
Chart
<"bubbleMap"
,DATA
,LABEL
>
Type Parameters
• DATA extends unknown
[] = IBubbleMapDataPoint
[]
• LABEL = string
Constructors
new BubbleMapChart()
new BubbleMapChart<
DATA
,LABEL
>(item
,config
):BubbleMapChart
<DATA
,LABEL
>
Parameters
• item: ChartItem
• config: Omit
<ChartConfiguration
<"bubbleMap"
, DATA
, LABEL
>, "type"
>
Returns
BubbleMapChart
<DATA
, LABEL
>
Overrides
`Chart< 'bubbleMap', DATA, LABEL
.constructor`
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:207
Properties
id
static
id:string
=BubbleMapController.id
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/BubbleMapController.ts:205