Skip to content

chartjs-chart-geo v4.3.4 / IGeoFeatureOptions

Interface: IGeoFeatureOptions

Extends

  • Omit<BarOptions, "borderWidth">.Record<string, unknown>

Properties

borderWidth

borderWidth: number

Width of the border

Default

ts
0

Defined in

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


graticuleBorderColor

graticuleBorderColor: string

border color for the graticule

Default

ts
#CCCCCC

Defined in

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


graticuleBorderWidth

graticuleBorderWidth: number

border width for the graticule

Default

ts
0

Defined in

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


outlineBackgroundColor

outlineBackgroundColor: null | string

background color for the outline

Default

ts
null

Defined in

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


outlineBorderColor

outlineBorderColor: string

border color for the outline

Default

ts
defaultColor of Chart.js

Defined in

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


outlineBorderWidth

outlineBorderWidth: number

border width for the outline

Default

ts
0

Defined in

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