We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b6a8b commit 94ae0aeCopy full SHA for 94ae0ae
samples/large_numbers.html
@@ -21,7 +21,7 @@
21
const samples = this.Samples.utils;
22
const color = Chart.helpers.color;
23
const b = d3.randomNormal();
24
- const random = (min, max) => () => b() * ((max * 1000 || 1) - (min * 100 || 0)) + (min * 1000 || 0);
+ const random = (min, max) => () => b() * ((max * 1000 || 1) - (min * 100 || 0)) + (min * 1000 || 0);
25
const boxplotData = {
26
labels: samples.months({ count: 7 }),
27
datasets: [
0 commit comments