grafana/public/app/plugins/panel/text
sam boyer 3b3059c9ce
Kindsys: Unify plugins, pfs with kind framework (#61192)
* New pfs impl

* Reached codegen parity with old system

* Update all models.cue inputs

* Rename all models.cue files

* Remove unused prefixfs

* Changes Queries->DataQuery schema interface

* Recodegen

* All tests passing, nearly good now

* Add SchemaInterface to kindsys props

* Add pascal name deriver

* Relocate plugin cue files again

* Clarify use of injected fields

* Remove unnecessary aliasing

* Move DataQuery into mudball

* Allow forcing ExpandReferences on go type generation

* Move DataQuery def into kindsys, add generator to copy it to common

* Fix copy generator to replace package name correctly

* Fix duplicate type, test failure

* Fix linting issues
2023-01-20 09:41:35 +00:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
composable_panelcfg.cue Kindsys: Unify plugins, pfs with kind framework (#61192) 2023-01-20 09:41:35 +00:00
models.gen.ts Kindsys: Unify plugins, pfs with kind framework (#61192) 2023-01-20 09:41:35 +00:00
module.tsx TextPanel: Refactor to functional component (#60885) 2023-01-05 02:08:00 -08: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 Chore: Test grafana/public/app/plugins/panel/text/TextPanel.tsx (#52244) 2022-07-15 12:06:16 +03:00
TextPanel.tsx TextPanel: Refactor to functional component (#60885) 2023-01-05 02:08:00 -08:00
TextPanelEditor.tsx TextPanel: Refactor to functional component (#60885) 2023-01-05 02:08:00 -08:00
textPanelMigrationHandler.test.ts LibraryPanels: Load library panels in the frontend rather than the backend (#50560) 2022-10-26 15:38:20 -07:00
textPanelMigrationHandler.ts Panels: Add troubleshooting snapshot (#54417) 2022-09-02 15:38:35 -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.