hvPlotExplorer issue with Operations pane
Open
api: explorer
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
An issue I have noticed when working with the Operations pane of the hvPlotExplorer.
Code used:
``` python
import hvplot.ui
import hvplot.pandas
import panel as pn
pn.extension()
from bokeh.sampledata import penguins
df = penguins.data
hvplot.ui.hvPlotExplorer(df)
```
### 1. The plot is not responsible when using operation.
Without operation:

With operation

Contributor guide
Assessment
This issue has not been assessed yet.