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