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
0graticuleBorderColor
graticuleBorderColor:
string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:43
border color for the graticule
Default
#CCCCCCgraticuleBorderWidth
graticuleBorderWidth:
number
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:48
border width for the graticule
Default
0outlineBackgroundColor
outlineBackgroundColor:
null|string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:27
background color for the outline
Default
nulloutlineBorderColor
outlineBorderColor:
string
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:32
border color for the outline
Default
defaultColor of Chart.jsoutlineBorderWidth
outlineBorderWidth:
number
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/elements/GeoFeature.ts:37
border width for the outline
Default
0