🔧 Use 10 datapoints for graph

This commit is contained in:
Anand Chowdhary
2020-08-12 22:25:10 +05:30
parent 6756ca3985
commit d9b3892188
+1 -1
View File
@@ -34,7 +34,7 @@ export const generateGraphs = async () => {
owner,
repo,
path: `history/${slug}.yml`,
per_page: 48,
per_page: 10,
});
if (!history.data.length) continue;
const data: [number, string][] = history.data