فهرست منبع

Removed flicker when refreshing a singlestat panel with spark line

Torkel Ödegaard 11 سال پیش
والد
کامیت
93fb02509b
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      src/app/panels/singlestat/singleStatPanel.js

+ 1 - 3
src/app/panels/singlestat/singleStatPanel.js

@@ -134,9 +134,7 @@ function (angular, app, _, $) {
             color: panel.sparkline.lineColor
             color: panel.sparkline.lineColor
           };
           };
 
 
-          setTimeout(function() {
-            $.plot(plotCanvas, [plotSeries], options);
-          }, 10);
+          $.plot(plotCanvas, [plotSeries], options);
         }
         }
 
 
         function render() {
         function render() {