grafana/public/app/plugins/panel/text
Ashley Harrison 4a2695349d
Chore: more ts test fixes (#63438)
* replace anys in tests

* more test fixes

* clean up any's in tests
2023-02-23 10:07:44 +00:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
module.tsx Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
panelcfg.cue Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
panelcfg.gen.ts Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
TextPanel.test.tsx Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
TextPanel.tsx Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
TextPanelEditor.tsx Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
textPanelMigrationHandler.test.ts Chore: more ts test fixes (#63438) 2023-02-23 10:07:44 +00:00
textPanelMigrationHandler.ts Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00

Text Panel - Native Plugin

The Text Panel is included with Grafana.

The Text Panel is a very simple panel that displays text. The source text is written in the Markdown syntax meaning you can format the text. Read GitHub's Mastering Markdown to learn more.