trigger drawing screen
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
import { loadGraph } from './tempgraph.ts';
|
||||
|
||||
let timer = 0;
|
||||
let isRunning = false;
|
||||
@@ -164,6 +164,7 @@ function exportCSV(): void {
|
||||
function showGraph(): void {
|
||||
const graphContainer = document.getElementById("graph-container");
|
||||
if (graphContainer) {
|
||||
loadGraph(null);
|
||||
graphContainer.classList.remove("hidden");
|
||||
graphContainer.classList.add("graph-display-flex");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user