Event annotations (deploys, downtimes, etc) as horizontal bars on graphs
Event annotations can be generalized to "X Axis Annotations", for any X axis data type (dates, numbers, categories, whatever). While we're at it, Y axis annotations can be useful as well. Would be useful to visualize "red lines" clearly (values too high or too low).
+1
+1 Google Analytics integrates this really well and might be worth using as inspiration.
When there is an anomaly on a chart, everyone on our team ends up having to look up the cause and then usually forget and have to look up a few more times in the future.
Stats are most useful when explanations are accompanied.
Implementation ideas:
- Perhaps allow to add to 1 chart or to all.
- Or allow to enable annotation on a per chart basis.
- Allowing to group events into categories could be useful too (e.g. tags, categories or keywords). This could avoid having too many annotations if you are part of a big org (e.g. Mozilla).
+1 be able to drop a pin on a point of a chart and add a note or a url for commentary
+1
+1
+1
In terms of what this would look like, we have two good sources of inspiration. Mozilla uses Google Analytics and Amplitude which both have annotations.
Comparison
- Google Analytics puts them under the chart as a list sorted by date in a collapsible menu
- Amplitude puts vertical bars on the charts to show that there is an annotation for that date
+1
Some notes from discussing this feature during a team call:
- The idea is that annotation are a comment anchored to some point in the chart (at the call we discussed X axis anchoring, but reviewing comments from issue, I see that Y axis anchoring definitely makes sense too).
- Annotation are a form of comment that is anchored to some point in the visualization. They will be persisted forever, and if not visible from the chart (because the point is no longer in view) then they can be seen from the "comments" section.
- As a follow up feature, we can implement unanchored comments, but should start from annotations.
Supporting of 'Multiple Annotations' would be great for adding deployments and system changes markers to the graphs: https://plot.ly/python/text-and-annotations/#multiple-annotations
Is there any work planned for this?
Wondering the same here. Are there any plans to support annotations?
I also would like event annotations.
When added please support area annotations along with the single line annotation.
The way I see it working with Redash is having an expected format for an 'event query' which would add the lines or areas to the graph.
fields expected:
date (x value) start date (x value) end (optional) color (maybe add opacity % too) text
How is this feature still not there??
As a workaround, may we use Scatter Chart with Data Label as the annotation ?