Plot from PiPedalUI

This commit is contained in:
Robin E. R. Davies
2025-09-19 07:27:33 -04:00
parent 9c18f7ab7c
commit eeb525dc71
11 changed files with 237 additions and 199 deletions
+2
View File
@@ -223,6 +223,7 @@ export class UiFrequencyPlot {
this.xLeft = input.xLeft;
this.xRight = input.xRight;
this.xLog = input.xLog;
this.yDb = input.yDb;
this.yTop = input.yTop;
this.yBottom = input.yBottom;
this.width = input.width;
@@ -242,6 +243,7 @@ export class UiFrequencyPlot {
xLeft: number = -1;
xRight: number = -1;
xLog: boolean = true;
yDb: boolean = true;
yTop: number = -1;
yBottom: number = -1;
width: number = -1;