chartjs-chart-geo / IGeoChartOptions
Interface: IGeoChartOptions
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:222
Extended by
Properties
clipMap
clipMap:
boolean|"outline"|"graticule"|"outline+graticule"|"items"
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:250
option whether to clip the rendering to the chartArea of the graph
Default
choropleth: true bubbleMap: 'outline+graticule'outline
outline:
any[]
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:228
Outline used to scale and centralize the projection in the chart area. By default a sphere is used
Default
{ type: 'Sphere" }showGraticule
showGraticule:
boolean| {stepMajor: [number,number];stepMinor: [number,number]; }
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:239
option to render a graticule in the background, see also the outline... styling option
Default
falseshowOutline
showOutline:
boolean
Defined in: work/chartjs-chart-geo/chartjs-chart-geo/src/controllers/GeoController.ts:233
option to render the outline in the background, see also the outline... styling option
Default
false