Skip to content

chartjs-chart-geo v4.3.4 / ChoroplethChart

Class: ChoroplethChart<DATA, LABEL>

Extends

  • Chart<"choropleth", DATA, LABEL>

Type Parameters

DATA extends unknown[] = IGeoDataPoint[]

LABEL = string

Constructors

new ChoroplethChart()

new ChoroplethChart<DATA, LABEL>(item, config): ChoroplethChart<DATA, LABEL>

Parameters

item: ChartItem

config: Omit<ChartConfiguration<"choropleth", DATA, LABEL>, "type">

Returns

ChoroplethChart<DATA, LABEL>

Overrides

`Chart< 'choropleth', DATA, LABEL

.constructor`

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/ChoroplethController.ts:183

Properties

id

static id: string = ChoroplethController.id

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/ChoroplethController.ts:181