mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
== text
|
|
Status: *Stable*
|
|
|
|
The text panel is used for displaying static text formated as markdown, sanitized html or as plain
|
|
text.
|
|
|
|
// src/app/panels/text/module.js:5
|
|
|
|
=== Parameters
|
|
|
|
mode:: `html', `markdown' or `text'
|
|
// src/app/panels/text/module.js:33
|
|
|
|
content:: The content of your panel, written in the mark up specified in +mode+
|
|
// src/app/panels/text/module.js:39
|
|
|