JSFiddle - React, Tailwind, and code Playground

by Fabian Allel

JavaScript

var time = 1330246799000;
var coleccion = [];
for(var i=0; i<1825; i++){
  coleccion.push([ time ,Math.floor((Math.random() * 8000) + 1)]);
  time+= 86400000;
}

console.log(JSON.stringify(coleccion));