Global

Members

borderWidth :number|null

The border width of each geoheatmap tile.

In styled mode, the border stroke width is given in the .highcharts-point class.

Type:
  • number | null
Default Value:
  • 0
Try it

colsize :number

The column size - how many longitude units each column in the geoheatmap should span.

Type:
  • number
Since:
  • 11.0.0
Default Value:
  • 1
Try it

interpolation :boolean|Highcharts.InterpolationOptionsObject

Make the geoheatmap render its data points as an interpolated image. It can be used to show a Temperature Map-like charts.

Type:
Since:
  • @next
Try it

rowsize :number

The rowsize size - how many latitude units each row in the geoheatmap should span.

Type:
  • number
Since:
  • 11.0.0
Default Value:
  • 1
Try it

Methods

hasURLOption()

onPointMouseOver()

Point hover event. We use a short timeout due to issues with coordinating point mouseover/out events on dragHandles and points.

Particularly arearange series are finicky since the markers are not individual points. This logic should preferably be improved in the future.

Notice that the mouseOut event below must have a shorter timeout to ensure event order.

post()

Type Definitions

GlobalSVGElement

Reference to the global SVGElement class as a workaround for a name conflict in the Highcharts namespace.

Type:
  • global.SVGElement
See also: