plugin.json 291 B

1234567891011121314151617
  1. {
  2. "type": "panel",
  3. "name": "Candlestick",
  4. "id": "candlestick",
  5. "state": "beta",
  6. "info": {
  7. "author": {
  8. "name": "Grafana Labs",
  9. "url": "https://grafana.com"
  10. },
  11. "logos": {
  12. "small": "img/candlestick.svg",
  13. "large": "img/candlestick.svg"
  14. }
  15. }
  16. }