Skip to content

chartjs-chart-geo v4.3.4 / IGeoControllerDatasetOptions

Interface: IGeoControllerDatasetOptions

Extends

Properties

borderWidth

borderWidth: ScriptableAndArray<number, ScriptableContext<"choropleth" | "bubbleMap">>

Width of the border

Default

ts
0

Inherited from

ScriptableAndArrayOptions.borderWidth

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:20


clipMap

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

option whether to clip the rendering to the chartArea of the graph

Default

ts
choropleth: true bubbleMap: 'outline+graticule'

Inherited from

IGeoChartOptions.clipMap

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:250


graticuleBorderColor

graticuleBorderColor: ScriptableAndArray<string, ScriptableContext<"choropleth" | "bubbleMap">>

border color for the graticule

Default

ts
#CCCCCC

Inherited from

ScriptableAndArrayOptions.graticuleBorderColor

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:42


graticuleBorderWidth

graticuleBorderWidth: ScriptableAndArray<number, ScriptableContext<"choropleth" | "bubbleMap">>

border width for the graticule

Default

ts
0

Inherited from

ScriptableAndArrayOptions.graticuleBorderWidth

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:47


iAxisID?

optional iAxisID: string

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:260


outline

outline: any[]

Outline used to scale and centralize the projection in the chart area. By default a sphere is used

Default

ts
{ type: 'Sphere" }

Inherited from

IGeoChartOptions.outline

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:228


outlineBackgroundColor

outlineBackgroundColor: ScriptableAndArray<null | string, ScriptableContext<"choropleth" | "bubbleMap">>

background color for the outline

Default

ts
null

Inherited from

ScriptableAndArrayOptions.outlineBackgroundColor

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:26


outlineBorderColor

outlineBorderColor: ScriptableAndArray<string, ScriptableContext<"choropleth" | "bubbleMap">>

border color for the outline

Default

ts
defaultColor of Chart.js

Inherited from

ScriptableAndArrayOptions.outlineBorderColor

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:31


outlineBorderWidth

outlineBorderWidth: ScriptableAndArray<number, ScriptableContext<"choropleth" | "bubbleMap">>

border width for the outline

Default

ts
0

Inherited from

ScriptableAndArrayOptions.outlineBorderWidth

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:36


rAxisID?

optional rAxisID: string

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:259


showGraticule

showGraticule: boolean | object

option to render a graticule in the background, see also the outline... styling option

Default

ts
false

Inherited from

IGeoChartOptions.showGraticule

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:239


showOutline

showOutline: boolean

option to render the outline in the background, see also the outline... styling option

Default

ts
false

Inherited from

IGeoChartOptions.showOutline

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:233


vAxisID?

optional vAxisID: string

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:261


xAxisID?

optional xAxisID: string

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:257


yAxisID?

optional yAxisID: string

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:258