grafana/public/app/plugins/panel/graph2
Tobias Skarhed b34281e250
Forms migration: Old Select to Legacy namespace (#23200)
* Export other components as Legacy

* More Select Legacy

* Add namespacing to more files

* Export new elements

* Move Legacy Select folder

* Let's not forget the scss file

* Move new Select folder

* Move new Select from Forms namespace

* Little oopsie

* Fix errors

* Fix merge issues
2020-04-02 10:57:35 +02:00
..
img minor react panels refafactor 2018-11-13 08:40:42 +01:00
getGraphSeriesModel.ts FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (#22600) 2020-03-19 11:50:31 +01:00
GraphLegendEditor.tsx Add some typings for react events (#20038) 2019-10-29 09:38:59 +01:00
GraphPanel.tsx FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (#22600) 2020-03-19 11:50:31 +01:00
GraphPanelController.tsx FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (#22600) 2020-03-19 11:50:31 +01:00
GraphPanelEditor.tsx Forms migration: Old Select to Legacy namespace (#23200) 2020-04-02 10:57:35 +02:00
module.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
plugin.json Merge branch 'master' into 15330-vizpicker-red-when-0-hits 2019-02-13 14:49:11 +01:00
README.md react panels: working on changing type 2018-07-09 18:17:51 +02:00
types.ts StatPanels: Refactoring DisplayValueOptions and renaming & adding new panel options to react panels (#23153) 2020-03-28 23:11:50 +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.