Flowmap links ignore points on plot edges
Author: OskarEichlerCreated Aug 30, 2026Updated Sep 17, 2026
LabelsType: BugStatus: Pending replyProduct: Highcharts MapsStatus: Stale
Expected behaviour
A flowmap link whose referenced point has plotX = 0 or plotY = 0 should resolve that endpoint normally.
Actual behaviour
The linked-point resolver checks both coordinates by truthiness. A valid point on the left or top plot edge is therefore treated as unresolved and the flow endpoint remains undefined.
Live demo with steps to reproduce
- Create a map chart with a mappoint series and a flowmap referencing two point IDs.
- Place one referenced point at
plotX = 0orplotY = 0. - Translate the flowmap series.
- Observe that
fromPos/toPosis not populated for that endpoint.
Product version
Current main
Source: highcharts/highcharts