-
-
Notifications
You must be signed in to change notification settings - Fork 50
Description
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.
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)