Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add customisable tooltips #16

Closed
AlanRynne opened this issue Jan 26, 2023 · 0 comments
Closed

Add customisable tooltips #16

AlanRynne opened this issue Jan 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@AlanRynne
Copy link
Member

The current tooltip implementation displays all the data available for that object in the viewer, this has a couple of limitations:

  • It will only properly display the first level of properties.
  • Cannot be customised to show other data that is not contained in the object. i.e. mapping data from non-speckle sources to existing speckle objects.

Ideally, the tooltip should show only the fields that have been added to Object Data, which would fix both issues mentioned above

This requires compiling a map of TooltipData objects when new data is loaded, in a similar way we're currently keeping track of selectionIds.

@AlanRynne AlanRynne added enhancement New feature or request question Further information is requested labels Jan 26, 2023
@AlanRynne AlanRynne removed the question Further information is requested label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant