specklesystems / speckle-powerbi-visuals

Custom Speckle visuals for PowerBI
Apache License 2.0
28 stars 10 forks source link

Add customisable tooltips #16

Closed AlanRynne closed 1 year ago

AlanRynne commented 1 year ago

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

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.