visualizer: don't use fixed scales
We might get (unexpected) input which is outside of the usual range.
This commit is contained in:
parent
6fc4df205c
commit
53190cd17c
|
@ -95,16 +95,6 @@ const chartConstellation = new Chart(
|
||||||
radius: 1,
|
radius: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
scales: {
|
|
||||||
x: {
|
|
||||||
min: -1.5,
|
|
||||||
max: 1.5,
|
|
||||||
},
|
|
||||||
y: {
|
|
||||||
min: -1.5,
|
|
||||||
max: 1.5,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue