grafana/public/app/plugins/panel/annolist
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
* update eslint, tsconfig + esbuild to handle new jsx transform

* remove thing that breaks the new jsx transform

* remove react imports

* adjust grafana-icons build

* is this the correct syntax?

* try this

* well this was much easier than expected...

* change grafana-plugin-configs webpack config

* fixes

* fix lockfile

* fix 2 more violations

* use path.resolve instead of require.resolve

* remove react import

* fix react imports

* more fixes

* remove React import

* remove import React from docs

* remove another react import
2024-06-25 12:43:47 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
AnnoListPanel.test.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
AnnoListPanel.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
AnnotationListItem.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
module.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
panelcfg.cue kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2023-05-24 10:47:25 +02:00
panelcfg.gen.ts Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
plugin.json Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
README.md doc: update doc link which 404s (#66453) 2023-04-13 13:22:08 +01:00

Annotation List Panel - Native Plugin

This Annotations List panel is included with Grafana.

Using the annotations list panel, you can quickly collect, filter and access annotations for easy reference or referral.

The annotations panel can be used to show annotations present within the panels on the current dashboard, or site-wide. Additional options include the ability to limit the list of annotations based on the current time range and the tags used on the annotations.

Read more about annotations here:

https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/annotations/