-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens] Users can insert vertical line annotations on timeseries charts #87564
Copy link
Copy link
Closed
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.
Metadata
Metadata
Assignees
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue depends on a decision on where to store annotation data as well as the ability for visualizations to have multiple layer types and to query data asynchronously for visualizations.
There are three important user flows that we should support:
Each time the visualization time range is updated, the annotations need to be queried again, so that we only show annotations within the time range:
User flow to insert annotation
I think users need to click on the chart to insert an annotation, so I think the flow here starts on the annotation list:
Users will click "insert annotation", which causes the chart to enter edit mode. The next click on the chart will set the marker and open the popover to type the label and tags.