visualizer: don't use fixed scales
We might get (unexpected) input which is outside of the usual range.
This commit is contained in:
parent
0b6f43219a
commit
09cccd3ced
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue