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
Right now, if you update a filter, each view is updated in serial; see the video below. It could be nice if the views update in somewhat parallel.
sources: penguins: type: file tables: penguins: https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-07-28/penguins.csv targets: - title: Penguins source: penguins layout: [[0], [1, 2, 3], [4]] filters: - type: widget field: sex - type: widget field: island views: - type: hvplot tables: penguins kind: scatter x: bill_length_mm y: bill_depth_mm selection_group: a responsive: true height: 350 - type: hvplot tables: penguins kind: hist y: bill_length_mm responsive: true height: 350 selection_group: a - type: hvplot tables: penguins kind: hist y: bill_depth_mm responsive: true height: 350 selection_group: a - type: hvplot tables: penguins kind: hist y: body_mass_g responsive: true height: 350 selection_group: a - type: table table: penguins height: 300 selection_group: a sizing_mode: stretch_width
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Right now, if you update a filter, each view is updated in serial; see the video below. It could be nice if the views update in somewhat parallel.
Peek.2022-08-29.10-12.mp4
The text was updated successfully, but these errors were encountered: