-
Notifications
You must be signed in to change notification settings - Fork 159
Description
Hey! I adopted this radar here at my company and people seem to really like it.
Not sure what sort of value this would have to anyone but it was a request here at my company with thi radar.
Essentially, a product owner wanted to showcase the radar we have and display all the names of each blip all
at once on the radar.
I thought I could use CSS to just set the opacity for all tooltips to 1. However, this doesn't work because there is only one tooltip element and it is moved around to the element you hover over.
My idea was to either:
- Add a configuration in the config.json to toggle this on or off
- Add a UI element on the final build of the radar that can be used to toggle all tool tips on or off
Each has advantages and disadvantages but the second option seems the most flexible of the two.
Let me know if you have an ideas on effort here. I expect it's not exactly trivial to shift from one tooltip element that moves around to a tool tip for each element.