grafana/public/app/plugins/panel/text
2016-03-30 23:33:30 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
editor.html fix(panel): fixed text panel issue due to recent style changes, fixes #4095 2016-02-21 08:51:01 +01:00
module.html fix(panel): fixed text panel issue due to recent style changes, fixes #4095 2016-02-21 08:51:01 +01:00
module.ts feat(panels): more panel refactoring, using events instead of overriding base class methods 2016-03-23 12:50:56 +01:00
plugin.json added new icons for default panels 2016-03-24 16:14:51 -04:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +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.