OptionalsubtitleOptionalcaptionThe .highcharts-container element created by Highcharts.
The user-provided render target element.
OptionaltooltipOptionalmapThe Highmaps view (v10+) — the thing that knows the projection a map is drawn through, and the only way back from where a shape sits to where it is on the globe.
OptionalprojectedUnitsToLonLat?: (point: { x: number; y: number }) => MapLonLat | undefinedTurns a position in the map's projected units into degrees.
Returns nothing on a map with no geographic projection, which is the answer MAIDR wants there: a pre-projected map's units are not degrees and must not be announced as though they were.
Represents a Highcharts chart instance. Passed to highchartsToMaidr to generate MAIDR-compatible data.