v2.2.0
Changed the behavior of entityNearest
for LinePlot
. It now uses the default euclidean distance algorithm to determine nearest entities. The old X-then-Y algorithm is still available as a separate method called entityNearestByXThenY
. See #3070 for more info.