mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Remove beta label from numerous panels. * Update backend snapshot to fix test Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
17 lines
272 B
JSON
17 lines
272 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Candlestick",
|
|
"id": "candlestick",
|
|
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/candlestick.svg",
|
|
"large": "img/candlestick.svg"
|
|
}
|
|
}
|
|
}
|