visualizer: don't use fixed scales

We might get (unexpected) input which is outside of the usual range.
This commit is contained in:
Simon Ruderich 2024-05-11 10:08:32 +02:00
parent 6fc4df205c
commit 53190cd17c
1 changed files with 0 additions and 10 deletions

View File

@ -95,16 +95,6 @@ const chartConstellation = new Chart(
radius: 1,
},
},
scales: {
x: {
min: -1.5,
max: 1.5,
},
y: {
min: -1.5,
max: 1.5,
},
},
},
});