Skip to content

Commit 94ae0ae

Browse files
committed
fix: linting
1 parent 43b6a8b commit 94ae0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/large_numbers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
const samples = this.Samples.utils;
2222
const color = Chart.helpers.color;
2323
const b = d3.randomNormal();
24-
const random = (min, max) => () => b() * ((max * 1000 || 1) - (min * 100 || 0)) + (min * 1000 || 0);
24+
const random = (min, max) => () => b() * ((max * 1000 || 1) - (min * 100 || 0)) + (min * 1000 || 0);
2525
const boxplotData = {
2626
labels: samples.months({ count: 7 }),
2727
datasets: [

0 commit comments

Comments
 (0)