3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/public/app/plugins/panel/text
Torkel Ödegaard 781067ee45
VisualizationSuggestions: Support image & text instead of real previews. Adds suggestions for all non data panels when there are no data ()
* Make suggestion cards support img & text mode instead of only preview

* Generic solution for non data panels

* minor review tweaks
2021-11-25 10:52:01 +01:00
..
img Panels: Update panel logos () 2020-04-27 22:08:43 +02:00
models.cue Schema: introduce CLI command to convert all CUE files to TS () 2021-09-29 04:59:05 -04:00
models.gen.ts Schema: use almost auto generated models.gen.ts for dashlist and text panels () 2021-11-16 12:30:14 -08:00
module.tsx VisualizationSuggestions: Support image & text instead of real previews. Adds suggestions for all non data panels when there are no data () 2021-11-25 10:52:01 +01:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state () 2021-05-05 13:19:14 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step () 2021-09-29 14:34:40 +02:00
TextPanel.tsx Models: add cue spec for text, news, and dashlist panels () 2021-04-29 20:12:37 -07:00
TextPanelEditor.tsx Models: add cue spec for text, news, and dashlist panels () 2021-04-29 20:12:37 -07:00
textPanelMigrationHandler.test.ts Models: add cue spec for text, news, and dashlist panels () 2021-04-29 20:12:37 -07:00
textPanelMigrationHandler.ts Models: add cue spec for text, news, and dashlist panels () 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.