mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed flicker when refreshing a singlestat panel with spark line
This commit is contained in:
@@ -134,9 +134,7 @@ function (angular, app, _, $) {
|
|||||||
color: panel.sparkline.lineColor
|
color: panel.sparkline.lineColor
|
||||||
};
|
};
|
||||||
|
|
||||||
setTimeout(function() {
|
$.plot(plotCanvas, [plotSeries], options);
|
||||||
$.plot(plotCanvas, [plotSeries], options);
|
|
||||||
}, 10);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function render() {
|
function render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user