Spectrogram.html
Some checks failed
/ build-and-deploy-to-vercel (push) Failing after 2m37s
/ lint-build-and-check (push) Failing after 2m54s
/ surge (push) Successful in 2m40s
/ playwright (push) Failing after 2m41s

This commit is contained in:
严浩
2025-04-08 18:00:44 +08:00
parent ef48de3846
commit 0dcc47519f
2 changed files with 2 additions and 2 deletions

View File

@ -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);
};

View File

@ -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 = {};