Browse Source

logo: svg -> png

corpglory-dev 6 years ago
parent
commit
eaf60d3eb8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/app/plugins/panel/piechart/plugin.json

+ 2 - 2
public/app/plugins/panel/piechart/plugin.json

@@ -11,8 +11,8 @@
       "url": "https://grafana.com"
     },
     "logos": {
-      "small": "img/piechart_logo_small.svg",
-      "large": "img/piechart_logo_large.svg"
+      "small": "img/piechart_logo_small.png",
+      "large": "img/piechart_logo_large.png"
     }
   }
 }