DSV: speed

This commit is contained in:
Enrico Ros
2024-11-06 17:11:14 -08:00
parent 5e7e838714
commit 638977cc74
+1 -1
View File
@@ -103,7 +103,7 @@ export function DataStreamViz(props: { height: number, speed?: number }) {
// opacity: useSpecialColor ? 1 : shapeOpacity.min + Math.random() * (shapeOpacity.max - shapeOpacity.min),
entryProgress: 0,
});
}, []);
}, [props.speed]);
const drawGrid = React.useCallback((ctx: CanvasRenderingContext2D, width: number, height: number) => {