Is your feature request related to a problem? Please describe.
Tooltips with multiple values on hover. It would be nice to have the closest value to the pointer first to display that one first if there is only one to be displayed.
Describe the solution you'd like
Order TooltipValue[] array elements by distance to geometry element, closest first.
Describe alternatives you've considered
Render multiple elements for all highlighted elements.
Is your feature request related to a problem? Please describe.
Tooltips with multiple values on hover. It would be nice to have the closest value to the pointer first to display that one first if there is only one to be displayed.
Describe the solution you'd like
Order
TooltipValue[]array elements by distance to geometry element, closest first.Describe alternatives you've considered
Render multiple elements for all highlighted elements.