Skip to content

chartjs-chart-geo v4.3.4 / IGeoChartOptions

Interface: IGeoChartOptions

Extended by

Properties

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'

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:250


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

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:228


showGraticule

showGraticule: boolean | object

option to render a graticule in the background, see also the outline... styling option

Default

ts
false

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

Defined in

work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:233