python - Bokeh: Box Annotation Hover -


is possible display information when hovering on box annotation in bokeh? current work-around encode information want on box annotation's region (duration, mean, var, etc. on time-series windows) in tooltip displayed when hovering on individual points. there large amount of data, when zoomed out, becomes hard hover on individual points. i'd hover on window (the box annotation) , have display information.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -