grafana/public/app/plugins/panel/text
Daniel Lee 16dbf3166d fix(panels): avoid deep copy problem for panel defaults
Moves the defaults to be an instance property. This solves
the problem of lodash defaults function not doing a deep
copy. The symptom of this is that new deep properties for
a panel are assigned to every panel of the same type by
the defaults function in the constructor.
2016-04-22 15:29:33 +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 fix(panels): avoid deep copy problem for panel defaults 2016-04-22 15:29:33 +02: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.