This visualization displays a series of values by country on a world map.

Hierarchy

  • GeomapWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
customLinks?: WidgetCustomLink[]

A list of custom links.

Array of one request object to display in the widget. The request must contain a group-by tag whose value is a country ISO code.

See the Request JSON schema documentation for information about building the REQUEST_SCHEMA.

The style to apply to the widget.

time?: WidgetTime

Time setting for the widget.

title?: string

The title of your widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

The size of the title.

Type of the geomap widget.

The view of the world that the map should render.

Generated using TypeDoc