chartjs-chart-geo / ChoroplethChart
Class: ChoroplethChart<DATA, LABEL>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/ChoroplethController.ts:179
Extends
Chart<"choropleth",DATA,LABEL>
Type Parameters
DATA
DATA extends unknown[] = IGeoDataPoint[]
LABEL
LABEL = string
Constructors
Constructor
new ChoroplethChart<
DATA,LABEL>(item,config):ChoroplethChart<DATA,LABEL>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/ChoroplethController.ts:186
Parameters
item
ChartItem
config
Omit<ChartConfiguration<"choropleth", DATA, LABEL>, "type">
Returns
ChoroplethChart<DATA, LABEL>
Overrides
Chart< 'choropleth', DATA, LABEL >.constructor
Properties
id
staticid:string=ChoroplethController.id
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/ChoroplethController.ts:184