Skip to content

Commit

Permalink
add comment: ref. issues #27
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi389111 committed Sep 17, 2022
1 parent 0c65111 commit b256c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/create-3d-contrib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export const create3DContrib = (

const baseX = offsetX + (week - dayOfWeek) * dx;
const baseY = offsetY + (week + dayOfWeek) * dy;
// ref. https://github.com/yoshi389111/github-profile-3d-contrib/issues/27
const calHeight = Math.log10(cal.contributionCount / 20 + 1) * 144 + 3;
const contribLevel = cal.contributionLevel;

Expand Down

0 comments on commit b256c4d

Please sign in to comment.