Skip to content

Commit 2b1edcb

Browse files
committed
style
1 parent 3fce410 commit 2b1edcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/experience.js

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export async function backgroundGraph() {
4848
xp.createdAt = progressMap.get(xp.path);
4949
}
5050
});
51-
// Set the dimensions and margins of the graph
5251
const margin = { top: 20, right: 30, bottom: 50, left: 60 },
5352
width = 1920 - margin.left - margin.right,
5453
height = 1080 - margin.top - margin.bottom;

0 commit comments

Comments
 (0)