fix: change to fixed legend coordinates instead of dynamic placement

This commit is contained in:
Christoph Kluge
2026-04-15 11:12:07 +02:00
parent 3001086647
commit ac7865d597
2 changed files with 19 additions and 19 deletions

View File

@@ -338,7 +338,7 @@
// The Color Scale For Time Information
const posX = u.valToPos(0.1, "x", true)
const posXLimit = u.valToPos(100, "x", true)
const posY = u.valToPos(14000.0, "y", true)
const posY = 7 // u.valToPos(((subCluster?.flopRateSimd?.value || 10000) + 5000), "y", true)
u.ctx.fillStyle = 'black'
u.ctx.fillText('Start', posX, posY)
const start = posX + 10