You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MarcSkovMadsen
changed the title
Enable me to provide bound functions to parameters of ReactiveHTML components
ReactiveHTML: Enable me to provide bound functions to parameters
Sep 28, 2023
I'm on the current
main
branch of Panel.I'm trying to help in #5475 by creating a
ReactiveHTML
pane to wrap thelets-plot
package.I've now made a simple component that accepts a
lets-plot
PlotSpec
. But now I want to give it a bound function that returns thePlotSpec
.I don't know how to do this as I've never seen an example. I think it should either be automatic or well documented.
You make the
bound_plot
static by removing the#
it displayes - but there is of course no interactivity.The text was updated successfully, but these errors were encountered: