mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* 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
23 lines
389 B
JSON
23 lines
389 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Table",
|
|
"id": "table",
|
|
|
|
"models": {
|
|
"version": [1, 0],
|
|
"changed": "2021/03/30"
|
|
},
|
|
|
|
"info": {
|
|
"description": "Supports many column styles",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-table-panel.svg",
|
|
"large": "img/icn-table-panel.svg"
|
|
}
|
|
}
|
|
}
|