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 Anywhere] Add a generic interface for overlaying data on a Visualization #2882

Closed
ohltyler opened this issue Nov 16, 2022 · 1 comment · Fixed by #3108
Closed

[Feature Anywhere] Add a generic interface for overlaying data on a Visualization #2882

ohltyler opened this issue Nov 16, 2022 · 1 comment · Fixed by #3108
Assignees
Labels
feature-anywhere unified visualization UX v2.5.0 'Issues and PRs related to version v2.5.0' visualizations Issues and PRs related to visualizations

Comments

@ohltyler
Copy link
Member

There are many ways we may want to support adding to and/or augmenting the source visualization data to provide additional insights. We can introduce a generic VisLayer interface that can be extended, to define a variety of ways we can layer data onto a visualization. We list out a few below:

  1. Point-in-time-event layering (PointInTimeEventsVisLayer). This layer can be used when we want to show a set of particular events occurring, such as anomalies or alerts.
  2. Time-series layering (TimeSeriesVisLayer). This can be used to add an additional time series onto a visualization, possibly even changing the global time range for the visualization. An example of when this layer may be used is using forecasting to project forecasted data points in the future.
@ohltyler ohltyler added the visualizations Issues and PRs related to visualizations label Nov 16, 2022
@ohltyler ohltyler changed the title Add a generic interface for overlaying data on a Visualization [Feature Anywhere] Add a generic interface for overlaying data on a Visualization Nov 16, 2022
@joshuarrrr joshuarrrr added unified visualization UX feature-anywhere v2.5.0 'Issues and PRs related to version v2.5.0' labels Nov 21, 2022
@ohltyler
Copy link
Member Author

Closing via #3108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-anywhere unified visualization UX v2.5.0 'Issues and PRs related to version v2.5.0' visualizations Issues and PRs related to visualizations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants