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
The interactive-from lang example doesn't change the axis labels (on current branch status):
decorator_interactive_from_lang.mp4
The interactive_decorator_lang decorator uses make_teal_transform_server which is also used by static_decorator ( used in no-ui tab example) but on that example there is no possible change on the axis by the app user.
Other examples showing how to use decorators to change the axis interactively via function or with an interactive decorator work though.
The interactive-from lang example doesn't change the axis labels (on current branch status):
decorator_interactive_from_lang.mp4
The
interactive_decorator_lang
decorator usesmake_teal_transform_server
which is also used bystatic_decorator
( used in no-ui tab example) but on that example there is no possible change on the axis by the app user.Other examples showing how to use decorators to change the axis interactively via function or with an interactive decorator work though.
My current understanding is that at 1187_decorate_output%40main/R/module_transform_data.R#L96 the teal_data has already the new x_axis_title (on third or fourth pass).
I think that make_teal_transform_server() seems to be run only once, instead of react to different input.
Originally posted by @llrs-roche in #1357 (comment)
The text was updated successfully, but these errors were encountered: