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

Basic Crossfilter Dashboard Tutorial #6630

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

MarcSkovMadsen
Copy link
Collaborator

@MarcSkovMadsen MarcSkovMadsen commented Apr 1, 2024

Crossfiltering is something that Panel+HoloViews uniquely does really well and simply. Therefore I believe there should be a basic tutorial about it.

yformatter=formatter,
color=ACCENT,
tools=["hover"],
active_tools=["box_select"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The active_tools don't work fully because of holoviz/holoviews#5119 (comment).

I would really have liked to only show the box_select as rest of tools don't make a lot of sense.

image

The box_select is the active tool, but that is not what it shows. It shows Pan as the active tool??

plot_by_manufacturer = hv.Bars(
ds_by_manufacturer, ("t_manu", "Manufacturer"), ("t_cap", "Capacity (GW)")
).opts(
responsive=True,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like the plots not to share the y-axis. I tried many different ways but could not figure out how to do it.

There is no reason the top plot should have so much empty space.

image

responsive=True,
xrotation=90,
yformatter=formatter,
color=ACCENT,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would really, really like the hover and toolbar to use the accent color as we could in Panel 0.x. Would look so much more professional.

@MarcSkovMadsen MarcSkovMadsen changed the title Add missing tutorials Basic Crossfilter Dashboard Tutorial Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants