grafana/public/app/plugins/panel/text
2021-09-29 14:34:40 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
models.cue Schema: introduce CLI command to convert all CUE files to TS (#39694) 2021-09-29 04:59:05 -04:00
models.gen.ts Models: add cue spec for text, news, and dashlist panels (#32777) 2021-04-29 20:12:37 -07:00
module.tsx Models: add cue spec for text, news, and dashlist panels (#32777) 2021-04-29 20:12:37 -07: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.tsx Models: add cue spec for text, news, and dashlist panels (#32777) 2021-04-29 20:12:37 -07:00
TextPanelEditor.tsx Models: add cue spec for text, news, and dashlist panels (#32777) 2021-04-29 20:12:37 -07:00
textPanelMigrationHandler.test.ts Models: add cue spec for text, news, and dashlist panels (#32777) 2021-04-29 20:12:37 -07:00
textPanelMigrationHandler.ts Models: add cue spec for text, news, and dashlist panels (#32777) 2021-04-29 20:12:37 -07: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.