AnnotationsList
Annotations list panel - displays annotations.
Use for showing dashboard annotations.
<AnnotationsList title="Recent Annotations" onlyFromThisDashboard showUser showTime/>| Prop | Type | Default | Description |
|---|---|---|---|
onlyFromThisDashboard | boolean | - | Query filter: all dashboards or this dashboard only |
onlyInTimeRange | boolean | - | Time range filter: use dashboard time range or none |
tags | string[] | - | Tags to filter by |
limit | number | - | Max items |
showUser | boolean | - | Show user who created annotation |
showTime | boolean | - | Show time of annotation |
showTags | boolean | - | Show tags on annotation |
Inherits from BasePanelProps