grafana/public/app/plugins/panel/graph2
Torkel Ödegaard 28ce2f12ed
Legend/GraphNG: Refactoring legend types and options (#29067)
* Legend/GraphNG: Refactoring legend types and options

* Rename label

* Minor update

* Fixed legend placement crash issue

* remove unused

* Minor tweaks and fixes
2020-11-13 17:08:55 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
getGraphSeriesModel.ts TestData: Remove useEffect that triggeres query on component load (#28321) 2020-10-20 18:18:14 +02:00
GraphPanel.tsx Legend/GraphNG: Refactoring legend types and options (#29067) 2020-11-13 17:08:55 +01:00
GraphPanelController.tsx NewPanelEditor/Panels: refactor setDefault to setPanelOptions (#23404) 2020-04-08 19:21:26 +02:00
module.tsx Field color: handling color changes when switching panel types (#28875) 2020-11-09 13:11:09 +01:00
plugin.json Minor UI touches (#24371) 2020-05-08 12:40:42 +02:00
README.md react panels: working on changing type 2018-07-09 18:17:51 +02:00
types.ts Legend/GraphNG: Refactoring legend types and options (#29067) 2020-11-13 17:08:55 +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.