|
|
@@ -12,7 +12,7 @@ const chartData = [];
|
|
|
for (let i = 0; i < 20; i += 1) {
|
|
|
chartData.push({
|
|
|
x: (new Date().getTime()) + (1000 * 60 * 30 * i),
|
|
|
- y1: Math.floor(Math.random() * 100) + 10,
|
|
|
+ y1: Math.floor(Math.random() * 100) + 1000,
|
|
|
y2: Math.floor(Math.random() * 100) + 10,
|
|
|
});
|
|
|
}
|