Skip to content

Commit 5ca2900

Browse files
committed
update stats
1 parent aa94123 commit 5ca2900

File tree

4 files changed

+2
-96
lines changed

4 files changed

+2
-96
lines changed

β€Žconfig.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"PERCENT_COLOR": "#9298A1",
1010
"ICON_COLOR": "#6e7681",
1111
"VALUE_COLOR": "#58a6ff",
12-
"VARIANTS": [2, 4, 6],
12+
"VARIANTS": [4],
1313
"IGNORE_LANGUAGES": ["HTML", "CSS", "Handlebars", "SCSS"]
1414
}

β€Žgenerate-stats.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function generateSVG(languageStats, topN = 5) {
260260
<rect width="420" height="${height}" fill="${CONFIG.BG_COLOR}" rx="10" stroke="${CONFIG.BORDER_COLOR}" stroke-width="1"/>
261261
262262
<!-- Title -->
263-
<text x="25" y="30" font-size="18" fill="${CONFIG.TITLE_COLOR}" font-weight="600">
263+
<text x="15" y="30" font-size="18" fill="${CONFIG.TITLE_COLOR}" font-weight="600">
264264
${CONFIG.TITLE}
265265
</text>
266266

β€Žstats-top2.svgβ€Ž

Lines changed: 0 additions & 35 deletions
This file was deleted.

β€Žstats-top6.svgβ€Ž

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
Β (0)