You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to provide custom labels for tooltips. This will require a migration script to update existing tooltip descriptor from array of strings to an array of objects, { name, label }. [Maps ] custom labels for tool tip field names #37055
Currently, all term join properties are automatically added to the tooltip after the user specified fields from the source. Allow join fields to be sorted, added to and removed from tooltips.
Implement overflow sidebar for tooltips
The text was updated successfully, but these errors were encountered:
Let's close. Most of it is done. Overflow is tracked here #87781. Could create a new one for tracking the more sophisticated adding/removing of term-join properties.
#44298 outlined a lot of fixes for tooltips. Implementation will be broken into the following steps.
MBMapContainer
component to isolate tooltip logic in its own component [Maps] Refactor MBMapContainer #45275{ name, label }
. [Maps ] custom labels for tool tip field names #37055The text was updated successfully, but these errors were encountered: