Spectrogram.html
This commit is contained in:
@ -133,7 +133,7 @@
|
|||||||
const updateData = () => {
|
const updateData = () => {
|
||||||
const data = generateFakeData(100 /* 0 */);
|
const data = generateFakeData(100 /* 0 */);
|
||||||
console.debug(`data :>> `, data);
|
console.debug(`data :>> `, data);
|
||||||
const time = new Date().toString();
|
const time = new Date().toLocaleTimeString();
|
||||||
this.waterWidget.addData(data, time);
|
this.waterWidget.addData(data, time);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -4569,7 +4569,7 @@ function waterfallwidget(id, options) {
|
|||||||
}
|
}
|
||||||
this.margin_bottom = 5;
|
this.margin_bottom = 5;
|
||||||
this.margin_left = 60;
|
this.margin_left = 60;
|
||||||
this.margin_right = 40;
|
this.margin_right = 80; // Increased right margin to move content left
|
||||||
|
|
||||||
if (!this.options) {
|
if (!this.options) {
|
||||||
this.options = {};
|
this.options = {};
|
||||||
|
Reference in New Issue
Block a user