mirror of
https://github.com/ankitects/anki.git
synced 2026-01-08 03:23:54 -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,
|
x: X,
|
||||||
y: ScaleLinear<number, number, never>,
|
y: ScaleLinear<number, number, never>,
|
||||||
) => void,
|
) => void,
|
||||||
y_min: number = Infinity,
|
y_min = Infinity,
|
||||||
): TableDatum[] {
|
): TableDatum[] {
|
||||||
const svg = select(svgElem);
|
const svg = select(svgElem);
|
||||||
svg.selectAll(".lines").remove();
|
svg.selectAll(".lines").remove();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue