grafana/public/app/plugins/panel/text
Josh Hunt 3c6e0e8ef8
Chore: ESlint import order (#44959)
* Add and configure eslint-plugin-import

* Fix the lint:ts npm command

* Autofix + prettier all the files

* Manually fix remaining files

* Move jquery code in jest-setup to external file to safely reorder imports

* Resolve issue caused by circular dependencies within Prometheus

* Update .betterer.results

* Fix missing // @ts-ignore

* ignore iconBundle.ts

* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01: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 Schema: use almost auto generated models.gen.ts for dashlist and text panels (#40174) 2021-11-16 12:30:14 -08:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
TextPanelEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
textPanelMigrationHandler.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
textPanelMigrationHandler.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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.