diff --git a/src/app/panels/pie/module.html b/src/app/panels/pie/module.html index b7f454cc9fe..eba833294f3 100755 --- a/src/app/panels/pie/module.html +++ b/src/app/panels/pie/module.html @@ -1,12 +1,12 @@
- {{query.label}} ({{query.data[0][1]}}) + {{query.label}} ({{query.data[0][1]}})

- {{query.label}} ({{query.data[0][1]}}) + {{query.label}} ({{query.data[0][1]}})
\ No newline at end of file diff --git a/src/app/panels/pie/module.js b/src/app/panels/pie/module.js index 7442c86f482..2232f737002 100755 --- a/src/app/panels/pie/module.js +++ b/src/app/panels/pie/module.js @@ -254,7 +254,7 @@ define([ // Populate legend if(elem.is(":visible")){ - require(['vendor/jquery/jquery.flot.pie.js'], function(){ + require(['jquery.flot.pie'], function(){ scope.legend = $.plot(elem, scope.data, pie).getData(); if(!scope.$$phase) { scope.$apply();