Skip to content

chartjs-chart-geo / IGeoFeatureOptions

Interface: IGeoFeatureOptions

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:16

Extends

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

Indexable

[key: string]: unknown

Properties

borderWidth

borderWidth: number

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:21

Width of the border

Default

ts
0

graticuleBorderColor

graticuleBorderColor: string

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:43

border color for the graticule

Default

ts
#CCCCCC

graticuleBorderWidth

graticuleBorderWidth: number

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:48

border width for the graticule

Default

ts
0

outlineBackgroundColor

outlineBackgroundColor: null | string

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:27

background color for the outline

Default

ts
null

outlineBorderColor

outlineBorderColor: string

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:32

border color for the outline

Default

ts
defaultColor of Chart.js

outlineBorderWidth

outlineBorderWidth: number

Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:37

border width for the outline

Default

ts
0