Skip to content

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

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<"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<"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


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<"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<"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<"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


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