Different hovermodes for different subplots/traces?

I am currently trying to implement subplots that gets different hovermodes for different graphs. In my case, I have a scatter plot and a grouped horizontal bar plot next to each other. I want the scatter plot to get all trace values at the hovered x point, but I want the horizontal bar plot to only get the closest bar. Is this possible in Ploty.js as of now? Basically, can we pick the hovermodes of each trace?