grafana/public/app/plugins/panel/graph2
2019-05-03 13:16:33 -07:00
..
img minor react panels refafactor 2018-11-13 08:40:42 +01:00
getGraphSeriesModel.ts Refactor: rename statsCalculator to fieldReducer (#16867) 2019-05-03 13:16:33 -07: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 Feature: Migrate Legend components to grafana/ui (#16468) 2019-04-24 10:14:18 +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 Feature: Migrate Legend components to grafana/ui (#16468) 2019-04-24 10:14:18 +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.