Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server side HoverTool follow ups #6515

Open
hoxbro opened this issue Feb 20, 2025 · 0 comments
Open

Server side HoverTool follow ups #6515

hoxbro opened this issue Feb 20, 2025 · 0 comments
Labels
type: enhancement Minor feature or improvement to an existing feature

Comments

@hoxbro
Copy link
Member

hoxbro commented Feb 20, 2025

HoloViews:

  1. See feat(bokeh): Server side HoverTool for rasterized/datashaded plots with selector #6422 (comment)

    # TODO: Investigate why this does not work
    # element = element.clone(data=new_data, kdims=element.vdims.copy(), vdims=element.vdims.copy())
    element = element.clone()
    element.data = new_data

  2. Add documentation explaining the difference between selector and aggregator, e.g., that selector is a subset of aggregator, basically that you select a row (min, max, first, last, etc.) and not "combine" multiple rows (mean, std, etc.)

Bokeh (as of Bokeh 3.6, not yet supported in Bokeh)

  1. ValueOf(model, attr) needs a configurable formatter bokeh/bokeh#14123
    Currently, we do a simple conversion
  2. Provide hit_filter property on HoverTool and TapTool bokeh/bokeh#9087
    Currently, we show the Hovertool even when no data is available, resulting in a HoverTool filled with nans.
@hoxbro hoxbro added the type: enhancement Minor feature or improvement to an existing feature label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant