mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-02 08:35:07 +01:00
Improve grid scaling
This commit is contained in:
@@ -41,8 +41,6 @@
|
||||
|
||||
const lineWidth = clusterCockpitConfig.plot_general_lineWidth;
|
||||
|
||||
|
||||
|
||||
// Helpers
|
||||
function getGradientR(x) {
|
||||
if (x < 0.5) return 0;
|
||||
|
||||
Reference in New Issue
Block a user