chartjs-chart-geo / IGeoControllerDatasetOptions
Interface: IGeoControllerDatasetOptions
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:253
Extends
IGeoChartOptions.ScriptableAndArrayOptions<IGeoFeatureOptions,ScriptableContext<"choropleth"|"bubbleMap">>.AnimationOptions<"choropleth"|"bubbleMap">
Indexable
[key: string]: unknown
Properties
borderWidth
borderWidth:
ScriptableAndArray<number,ScriptableContext<"choropleth"|"bubbleMap">>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:21
Width of the border
Default
0Inherited from
IGeoFeatureOptions.borderWidth
clipMap
clipMap:
boolean|"outline"|"graticule"|"outline+graticule"|"items"
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:250
option whether to clip the rendering to the chartArea of the graph
Default
choropleth: true bubbleMap: 'outline+graticule'Inherited from
graticuleBorderColor
graticuleBorderColor:
ScriptableAndArray<string,ScriptableContext<"choropleth"|"bubbleMap">>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:43
border color for the graticule
Default
#CCCCCCInherited from
IGeoFeatureOptions.graticuleBorderColor
graticuleBorderWidth
graticuleBorderWidth:
ScriptableAndArray<number,ScriptableContext<"choropleth"|"bubbleMap">>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:48
border width for the graticule
Default
0Inherited from
IGeoFeatureOptions.graticuleBorderWidth
iAxisID?
optionaliAxisID:string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:260
outline
outline:
any[]
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:228
Outline used to scale and centralize the projection in the chart area. By default a sphere is used
Default
{ type: 'Sphere" }Inherited from
outlineBackgroundColor
outlineBackgroundColor:
ScriptableAndArray<null|string,ScriptableContext<"choropleth"|"bubbleMap">>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:27
background color for the outline
Default
nullInherited from
ScriptableAndArrayOptions.outlineBackgroundColor
outlineBorderColor
outlineBorderColor:
ScriptableAndArray<string,ScriptableContext<"choropleth"|"bubbleMap">>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:32
border color for the outline
Default
defaultColor of Chart.jsInherited from
IGeoFeatureOptions.outlineBorderColor
outlineBorderWidth
outlineBorderWidth:
ScriptableAndArray<number,ScriptableContext<"choropleth"|"bubbleMap">>
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:37
border width for the outline
Default
0Inherited from
IGeoFeatureOptions.outlineBorderWidth
rAxisID?
optionalrAxisID:string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:259
showGraticule
showGraticule:
boolean| {stepMajor: [number,number];stepMinor: [number,number]; }
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:239
option to render a graticule in the background, see also the outline... styling option
Default
falseInherited from
IGeoChartOptions.showGraticule
showOutline
showOutline:
boolean
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:233
option to render the outline in the background, see also the outline... styling option
Default
falseInherited from
vAxisID?
optionalvAxisID:string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:261
xAxisID?
optionalxAxisID:string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:257
yAxisID?
optionalyAxisID:string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:258