Rashid Khan %!s(int64=12) %!d(string=hai) anos
pai
achega
04db0fd4db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/panels/histogram/module.js

+ 1 - 1
src/app/panels/histogram/module.js

@@ -427,7 +427,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
             scope.plot = $.plot(elem, scope.data, options);
 
           } catch(e) {
-            elem.text(e);
+            console.log(e);
           }
         }