Files
grafana/docs/kibana/panels/text.asciidoc
T
2013-12-02 12:43:39 -07:00

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