Improve grid scaling

This commit is contained in:
Christoph Kluge
2024-09-06 12:00:33 +02:00
parent df484dc816
commit 8e1c5a485f
3 changed files with 34 additions and 38 deletions

View File

@@ -41,8 +41,6 @@
const lineWidth = clusterCockpitConfig.plot_general_lineWidth;
// Helpers
function getGradientR(x) {
if (x < 0.5) return 0;