mirror of
https://github.com/ankitects/anki.git
synced 2026-01-05 18:13:56 -05:00
./check
This commit is contained in:
parent
af6d63cde9
commit
98f12bebed
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue