This commit is contained in:
Luc Mcgrady 2025-11-29 21:39:11 +00:00
parent af6d63cde9
commit 98f12bebed
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -238,7 +238,7 @@ function _renderSimulationChart<
x: X,
y: ScaleLinear<number, number, never>,
) => void,
y_min: number = Infinity,
y_min = Infinity,
): TableDatum[] {
const svg = select(svgElem);
svg.selectAll(".lines").remove();