mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
16dbf3166d
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. |
||
---|---|---|
.. | ||
img | ||
editor.html | ||
module.html | ||
module.ts | ||
plugin.json | ||
README.md |
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.