We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Online nyc_buildings notebook ((https://nyc-buildings-notebook.pyviz.demo.anaconda.com/notebooks/nyc_buildings.ipynb#)) Tested with Chrome
The legend should be shown only once, and deselecting a type of building should hide it what doesn't happen.
All code is online
polys = hv.Polygons(ddf, vdims='type') shaded = datashade(polys, color_key=color_key, aggregator=ds.by('type', ds.any())) hover = inspect_polygons(shaded).opts(fill_color='red', tools=['hover']) tiles * shaded * legend * hover
In https://github.com/holoviz/datashader/blob/main/examples/user_guide/8_Polygons.ipynb there is a screenshot of the attended legend.
Actual behavior :
As I manage to reproduce the same behavior locally, what would be the correction to make?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ALL software version info
Online nyc_buildings notebook ((https://nyc-buildings-notebook.pyviz.demo.anaconda.com/notebooks/nyc_buildings.ipynb#))
Tested with Chrome
Description of expected behavior and the observed behavior
The legend should be shown only once, and deselecting a type of building should hide it what doesn't happen.
Complete, minimal, self-contained example code that reproduces the issue
All code is online
Screenshots or screencasts of the bug in action
In https://github.com/holoviz/datashader/blob/main/examples/user_guide/8_Polygons.ipynb there is a screenshot of the attended legend.
Actual behavior :
As I manage to reproduce the same behavior locally, what would be the correction to make?
The text was updated successfully, but these errors were encountered: