Hi, I’d like to show a facet or small multiple or arbitrary number of charts have their hover-over tip functionality linked together. Currently, I hover over one chart and get a tip for that chart only. I want to be able to hover over one chart have the same x, y values trigger a tip in other charts. In essence all “linked” charts would be listening to the tip/mouseover events of the other charts. The use case would eventually be in an Observable Framework, but I’m guessing a solution could be demoed in a Observable Notebook.
Also, more generally, I wonder if it is possible to customize the tip area with similar marks as the legend might have.
Example I want to recreate: CISNET
Thanks in advance.