grafana/public/app/plugins/panel/graph2
Hugo Häggmark b05afd7e4e
Explore: Moves GraphSeriesXY and DisplayValue to grafana/data (#18400)
* Chore: Move DisplayValue to grafana/data

* Chore: Move GraphSeriesXY to grafana/data
2019-08-06 10:49:54 +02:00
..
img minor react panels refafactor 2018-11-13 08:40:42 +01:00
getGraphSeriesModel.ts Explore: Moves GraphSeriesXY and DisplayValue to grafana/data (#18400) 2019-08-06 10:49:54 +02:00
GraphLegendEditor.tsx GraphLegendEditor: use stats picker rather than switches (#16759) 2019-04-25 10:29:18 -04:00
GraphPanel.tsx Feature: Migrate Legend components to grafana/ui (#16468) 2019-04-24 10:14:18 +02:00
GraphPanelController.tsx Explore: Moves GraphSeriesXY and DisplayValue to grafana/data (#18400) 2019-08-06 10:49:54 +02:00
GraphPanelEditor.tsx GraphLegendEditor: use stats picker rather than switches (#16759) 2019-04-25 10:29:18 -04:00
module.tsx Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02: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 noImplicitAny: slate (#17681) 2019-06-20 20:41:01 +02: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.