We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fce410 commit 2b1edcbCopy full SHA for 2b1edcb
js/experience.js
@@ -48,7 +48,6 @@ export async function backgroundGraph() {
48
xp.createdAt = progressMap.get(xp.path);
49
}
50
});
51
- // Set the dimensions and margins of the graph
52
const margin = { top: 20, right: 30, bottom: 50, left: 60 },
53
width = 1920 - margin.left - margin.right,
54
height = 1080 - margin.top - margin.bottom;
0 commit comments