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
would be great to have a standard solution across all teal modules to allow user to provide watermark text to overlay on table and visualization output while also using the plot_with_settings functions. see issue #263
I suspect this is substandard compared to the core dev work but this is a simple function we use for applying watermark to visualization outputs.
I think that we are in progress of developing such general feature and enable it for all the modules. We call it a "decoration module" that would allow you (app developer) to take an output (e.g. plot) from the module, run some user provided "code" that returns the same type of object (e.g. continue to return plot). Exactly as you did in your snippet.
The most updated state is available here and you can track the progress of implementation here. I don't expect you to go very much into the details but just FYI that it's ongoing.
Feature description
would be great to have a standard solution across all teal modules to allow user to provide watermark text to overlay on table and visualization output while also using the plot_with_settings functions. see issue #263
I suspect this is substandard compared to the core dev work but this is a simple function we use for applying watermark to visualization outputs.
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: