fixed line charts

This commit is contained in:
CodingPhoenixx
2026-02-13 17:53:11 +01:00
parent 3477e74a83
commit 4f5ae60f5e
2 changed files with 285 additions and 23 deletions
+7 -1
View File
@@ -621,7 +621,7 @@ export class DevPage extends LitElement {
label: 'Pilot A',
color: 'var(--color-accent)',
points: [
{ x: 0, y: 420 },
{ x: 0, y: 20 },
{ x: 1, y: 420 },
{ x: 2, y: 580 },
{ x: 3, y: 540 },
@@ -640,6 +640,12 @@ export class DevPage extends LitElement {
{ x: 4, y: 590 },
{ x: 5, y: 750 },
{ x: 6, y: 780 },
{ x: 7, y: 780 },
{ x: 8, y: 780 },
{ x: 9, y: 780 },
{ x: 10, y: 780 },
{ x: 11, y: 780 },
{ x: 12, y: 780 },
],
},
]}