Order TooltipValues in CustomTooltip by distance to pointer #835
Labels
enhancement
New feature or request
released
Issue released publicly
:tooltip
Related to hover tooltip
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.
The text was updated successfully, but these errors were encountered: