mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -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
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Time series",
|
|
"id": "timeseries",
|
|
|
|
"info": {
|
|
"description": "Time based line, area and bar charts",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-timeseries-panel.svg",
|
|
"large": "img/icn-timeseries-panel.svg"
|
|
}
|
|
}
|
|
}
|