j-andrews7 / dittoVizModules

Flexible yet comprehensive Shiny Modules for common plot types, designed to serve as a base for more complex/specialized modules.
https://j-andrews7.github.io/dittoVizModules/
MIT License
0 stars 0 forks source link

Hover data doesn't work when `split.by` set in scatterPlot module #1

Open j-andrews7 opened 4 months ago

j-andrews7 commented 4 months ago

This behavior is pretty confusing. When split.by is set, the data hover doesn't show, though it appears the hover.data parameter is being constructed properly.

Even more oddly, the data is clearly there, as changing the "Show closest data on hover" setting for the plot to "Compare data on hover" shows the data.

This isn't a dittoViz issue, but something specific to either Shiny or the module.