Skip to content

One example on the decorator vingette doesn't work locally #1424

@llrs-roche

Description

@llrs-roche

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcore

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions