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

Add support for dynamic composition of plot series using higher-order observables #21

Open
glopesdev opened this issue May 3, 2023 · 0 comments
Labels
proposal Request for a new feature

Comments

@glopesdev
Copy link
Member

To allow cases where the number (and order) of plot series is not known beforehand, we could imagine a new overload for design visualizers that accepts a higher-order observable sequence (i.e. IObservable<IObservable<TData>>).

The behavior would be to create a new series every time a new observable sequence is received (and possibly delete it when the sequence completes?) and overlay it on the plot.

@glopesdev glopesdev added the proposal Request for a new feature label May 3, 2023
@glopesdev glopesdev transferred this issue from bonsai-rx/bonsai Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant