[Feature Anywhere] Add a generic interface for overlaying data on a Visualization #2882
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
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:PointInTimeEventsVisLayer
). This layer can be used when we want to show a set of particular events occurring, such as anomalies or alerts.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.The text was updated successfully, but these errors were encountered: