Document the hover modes 'vline' and 'hline'
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
Support for these modes has been added a while ago but never documented.
It works by passing 'vline'/'hline' to `hover` or in the list of `tools`:
```python
import hvplot.pandas # noqa
from bokeh.sampledata.degrees import data as deg
deg.hvplot.line(x='Year', y=['Business', 'Computer Science'], hover='vline') # or tools=['vline']
```
Contributor guide
Assessment
This issue has not been assessed yet.