mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* TextPanel: Fixes issue when interpolation of variables stops working * Tests: fixes broken typing in test * Tests: updates e2e dashboard to html so we get the raw strings * Tests: reverted back to markdown and fixed a bug |
||
---|---|---|
.. | ||
img | ||
module.tsx | ||
plugin.json | ||
README.md | ||
TextPanel.tsx | ||
TextPanelEditor.tsx | ||
textPanelMigrationHandler.test.ts | ||
textPanelMigrationHandler.ts | ||
types.ts |
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.