holoviz / holoviz/hvplot

Document the hover modes 'vline' and 'hline'

Open
#953 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.