holoviz / hvplot

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
https://hvplot.holoviz.org
BSD 3-Clause "New" or "Revised" License
1.07k stars 104 forks source link

Suggest a feature: Option to click on the data point #1264

Open 0xNullLight opened 7 months ago

0xNullLight commented 7 months ago

I would like to be able to click on a data point and the details just pops up similar to the hovering except the pop-up just stays on the screen until you close it. Sometimes hovering alone isn't enough. If this happens, it will be nice to be able to move that pop-up box.

If we already have that feature, I apologize, iono how to use it. But if we don't, it would be nice to add it.

droumis commented 7 months ago

I'm assuming you're using the Bokeh backend?

Just leaving this here so we can track the requests for this across multiple libraries.

droumis commented 4 months ago

It's not exactly the same thing, but soon you will be able to define a custom persistent popup in HoloViews.

https://github.com/holoviz/holoviews/pull/6168