diff --git a/ts/routes/graphs/simulator.ts b/ts/routes/graphs/simulator.ts index 271052795..b76237459 100644 --- a/ts/routes/graphs/simulator.ts +++ b/ts/routes/graphs/simulator.ts @@ -238,7 +238,7 @@ function _renderSimulationChart< x: X, y: ScaleLinear, ) => void, - y_min: number = Infinity, + y_min = Infinity, ): TableDatum[] { const svg = select(svgElem); svg.selectAll(".lines").remove();