mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
dbcfebac56
* TimeSeries: Make timeseries the default panel and remove beta state * rename old graph * Updated panel descriptions, fixed e2e tests * Updated text * Fixed e2e * Fixing e2e tests
20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Text",
|
|
"id": "text",
|
|
|
|
"skipDataQuery": true,
|
|
|
|
"info": {
|
|
"description": "Supports markdown and html content",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-text-panel.svg",
|
|
"large": "img/icn-text-panel.svg"
|
|
}
|
|
}
|
|
}
|