mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:12:54 +08:00
Graph: Improve point rendering performance (#22610)
this PR improves canvas rendering performance in drawSeriesPoints
This commit is contained in:
2
public/vendor/flot/jquery.flot.js
vendored
2
public/vendor/flot/jquery.flot.js
vendored
@ -2621,8 +2621,8 @@ Licensed under the MIT license.
|
||||
ctx.fillStyle = fillStyle;
|
||||
ctx.fill();
|
||||
}
|
||||
ctx.stroke();
|
||||
}
|
||||
ctx.stroke();
|
||||
}
|
||||
|
||||
ctx.save();
|
||||
|
Reference in New Issue
Block a user