-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Add option to toggle throttled on widgets with interact and depends #1259
Comments
I have got an working example of the feature request mentioned above by adding the keyword throttled to the functions
|
Any updates on this enhancement? |
If there is any progress I'll record it here, if this is a priority for you I'd be happy to guide you through contributing a PR. |
Awesome, I would definitely want your help in guiding me through it, so I do it the right way. |
Is your feature request related to a problem? Please describe.
I often want to use the
value_throttled
for my dashboard´s widgets and the only way to do it right now is the hard way by adding an explicit widget instance topn.interact
orpn.depends
.Describe the solution you'd like
Either add a keyword like
throttled
topn.interact
andpn.depends
or create a new function which use thevalue_throttled
if it exist for the widget e.g.pn.interact_throttled
.Additional context
Here are examples of

pn.interact
andpn.depends
with athrottled
keyword:The text was updated successfully, but these errors were encountered: