We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a89d877 + 203e203 commit 1bcf37aCopy full SHA for 1bcf37a
media/js/src/simulations/simulation1/simulationOne.jsx
@@ -234,8 +234,8 @@ export const SimulationOne = () => {
234
<input
235
type="range"
236
step="0.01"
237
- min="-1"
238
- max="1" value={yCorrelation}
+ min="-0.999"
+ max="0.999" value={yCorrelation}
239
className="form-range"
240
id="correlation"
241
disabled={lockControls}
@@ -272,8 +272,8 @@ export const SimulationOne = () => {
272
273
274
275
276
- max="1" value={xCorrelation}
+ max="0.999" value={xCorrelation}
277
278
279
0 commit comments