chartjs-chart-geo v4.3.4 / IBubbleMapControllerDatasetOptions
Interface: IBubbleMapControllerDatasetOptions
Extends
ControllerDatasetOptions
.IGeoChartOptions
.ScriptableAndArrayOptions
<IGeoFeatureOptions
,ScriptableContext
<"bubbleMap"
>>.ScriptableAndArrayOptions
<CommonHoverOptions
,ScriptableContext
<"bubbleMap"
>>.AnimationOptions
<"bubbleMap"
>
Properties
borderWidth
borderWidth:
ScriptableAndArray
<number
,ScriptableContext
<"bubbleMap"
>>
Width of the border
Default
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
choropleth: true bubbleMap: 'outline+graticule'
Inherited from
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:250
graticuleBorderColor
graticuleBorderColor:
ScriptableAndArray
<string
,ScriptableContext
<"bubbleMap"
>>
border color for the graticule
Default
#CCCCCC
Inherited from
ScriptableAndArrayOptions.graticuleBorderColor
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:42
graticuleBorderWidth
graticuleBorderWidth:
ScriptableAndArray
<number
,ScriptableContext
<"bubbleMap"
>>
border width for the graticule
Default
0
Inherited from
ScriptableAndArrayOptions.graticuleBorderWidth
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:47
outline
outline:
any
[]
Outline used to scale and centralize the projection in the chart area. By default a sphere is used
Default
{ type: 'Sphere" }
Inherited from
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:228
outlineBackgroundColor
outlineBackgroundColor:
ScriptableAndArray
<null
|string
,ScriptableContext
<"bubbleMap"
>>
background color for the outline
Default
null
Inherited from
ScriptableAndArrayOptions.outlineBackgroundColor
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:26
outlineBorderColor
outlineBorderColor:
ScriptableAndArray
<string
,ScriptableContext
<"bubbleMap"
>>
border color for the outline
Default
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
<"bubbleMap"
>>
border width for the outline
Default
0
Inherited from
ScriptableAndArrayOptions.outlineBorderWidth
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:36
showGraticule
showGraticule:
boolean
|object
option to render a graticule in the background, see also the outline... styling option
Default
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
false
Inherited from
Defined in
work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:233