fixed line charts
This commit is contained in:
@@ -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 },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user