I have multiple time series charts. I want highlight the data point of a specific time on all the charts. I can do it in Grafana by turning on shared crosshair. Can I do something like that in Dash?
1 Like
@tungwaiyip this should be possible. I created something like this in an other forum post. I grabbed the X coordinate and created vertical lines.
If you use client side callbacks this should behave similar to what you shared.
Unfortunately it’s not as easy as activating a built in function
Can you point me to your example?
See this post from a while ago Programmatically trigger hover events with Dash
1 Like