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