further performance improvements

This commit is contained in:
2024-12-29 13:36:23 -05:00
parent 12f27bad69
commit a20db6c522
5 changed files with 80 additions and 35 deletions

View File

@@ -79,6 +79,7 @@ provide<GraphData>(GRAPH_DATA, {
height: () => height.value - 2 * border_top_bottom.value,
x_map: x_map,
lines: telemetry_lines,
max_update_rate: 1000 / 10
});
const duration = computed(() => {