Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Pass more intputs to iSEE() from the configs #60

Open
lee-t opened this issue Sep 5, 2024 · 3 comments
Open

[Feature] Pass more intputs to iSEE() from the configs #60

lee-t opened this issue Sep 5, 2024 · 3 comments

Comments

@lee-t
Copy link

lee-t commented Sep 5, 2024

Right now iSEEindex() has only the FUN.initial arg that defines the configuration of the panel. The function iSEE() has other arguments such as colormap and appTitle to customize the plot colors and title in the app header respectively and are not defined in the inital list of panel states. Are there plans to add other arguments such as FUN.colormap ?

@kevinrue
Copy link
Member

kevinrue commented Sep 5, 2024

I don't see why not. Could be a case of opening up the ellipsis in iSEEindex(, ...) or more precisely adding one option at a time when reviewing individual feature requests.

Which options would you like and in which order of priority?

@lee-t
Copy link
Author

lee-t commented Sep 5, 2024

I think the most pressing at the moment is colormap followed by appTitle and extra. I don't know how landingpage or tour would work in iSEEindex context

@federicomarini
Copy link
Contributor

appTitle is already coming from the sidelines via another branch, but I agree we should explore other parameters that could be elevated at that level.

Some thoughts out loud:

  • appTitle: easy, since it is possibly one for each collection
  • ECM: probably tailored best for each dataset actually
  • tours are as of now configured within the call to the app one can setup together with the initialization script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants