mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-03-17 14:46:00 +08:00
Add new frequency graph
This commit is contained in:
@@ -195,6 +195,10 @@ class BasePanel {
|
||||
const element = this.getElement(id);
|
||||
element.innerHTML = html;
|
||||
}
|
||||
getNumberById = id => {
|
||||
const value = this.getValueById(id);
|
||||
return parseFloat(value);
|
||||
}
|
||||
getValueById = (id) => {
|
||||
const element = this.getElement(id);
|
||||
switch(element.tagName) {
|
||||
|
||||
Reference in New Issue
Block a user