You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
|`locale`| Sets the language in the card, you can check full list of available locales[here](#available-locales).| enum|`en`|
302
+
|`border_radius`| Corner rounding on the card.| number|`4.5`|
301
303
302
304
>[!WARNING]\
303
305
>We use caching to decrease the load on our servers (see<https://github.com/anuraghazra/github-readme-stats/issues/1471#issuecomment-1271551425>). Our cards have a default cache of 6 hours (21600 seconds). Also, note that the cache is clamped to a minimum of 6 hours and a maximum of 24 hours. If you want the data on your statistics card to be updated more often you can[deploy your own instance](#deploy-on-your-own) and set[environment variable](#disable-rate-limit-protections)`CACHE_SECONDS` to a value of your choosing.
@@ -364,47 +366,55 @@ If we don't support your language, please consider contributing! You can find mo
>When hide\_rank=`true`, the minimum card width is 270 px + the title length and padding.
385
389
386
390
####Repo Card Exclusive Options
387
391
388
-
*`show_owner` - Shows the repo's owner name*(boolean)*. Default:`false`.
389
-
*`description_lines_count` - Manually set the number of lines for the description*(number)*. Specified value will be clamped between 1 and 3. If this parameter is not specified, the number of lines will be automatically adjusted according to the actual length of the description. Default:`undefined`.
392
+
| Name| Description| Type| Default value|
393
+
| ---| ---| ---| ---|
394
+
|`show_owner`| Shows the repo's owner name.| boolean|`false`|
395
+
|`description_lines_count`| Manually set the number of lines for the description. Specified value will be clamped between 1 and 3. If this parameter is not specified, the number of lines will be automatically adjusted according to the actual length of the description.| number|`null`|
390
396
391
397
####Gist Card Exclusive Options
392
398
393
-
*`show_owner` - Shows the gist's owner name*(boolean)*. Default:`false`.
399
+
| Name| Description| Type| Default value|
400
+
| ---| ---| ---| ---|
401
+
|`show_owner`| Shows the gist's owner name.| boolean|`false`|
394
402
395
403
####Language Card Exclusive Options
396
404
397
-
*`hide` - Hides the languages specified from the card*(Comma-separated values)*. Default:`[] (blank array)`.
398
-
*`hide_title` -*(boolean)*. Default:`false`.
399
-
*`layout` - Switches between five available layouts`normal` &`compact` &`donut` &`donut-vertical` &`pie`. Default:`normal`.
400
-
*`card_width` - Sets the card's width manually*(number)*. Default`300`.
401
-
*`langs_count` - Shows more languages on the card, between 1-20*(number)*. Default:`5` for`normal` and`donut`,`6` for other layouts.
|`custom_title`| Sets a custom title for the card.| string|`Most Used Languages`|
414
+
|`disable_animations`| Disables all animations in the card.| boolean|`false`|
415
+
|`hide_progress`| Uses the compact layout option, hides percentages, and removes the bars.| boolean|`false`|
416
+
|`size_weight`| Configures language stats algorithm (see[Language stats algorithm](#language-stats-algorithm)).| integer|`1`|
417
+
|`count_weight`| Configures language stats algorithm (see[Language stats algorithm](#language-stats-algorithm)).| integer|`0`|
408
418
409
419
>[!WARNING]\
410
420
>Language names should be URI-escaped, as specified in[Percent Encoding](https://en.wikipedia.org/wiki/Percent-encoding)
@@ -413,16 +423,18 @@ If we don't support your language, please consider contributing! You can find mo
413
423
414
424
####WakaTime Card Exclusive Options
415
425
416
-
*`hide` - Hides the languages specified from the card*(Comma-separated values)*. Default:`[] (blank array)`.
417
-
*`hide_title` -*(boolean)*. Default`false`.
418
-
*`line_height` - Sets the line height between text*(number)*. Default`25`.
419
-
*`hide_progress` - Hides the progress bar and percentage*(boolean)*. Default`false`.
420
-
*`custom_title` - Sets a custom title for the card*(string)*. Default`WakaTime Stats`.
421
-
*`layout` - Switches between two available layouts`default` &`compact`. Default`default`.
422
-
*`langs_count` - Limits the number of languages on the card, defaults to all reported languages*(number)*.
423
-
*`api_domain` - Sets a custom API domain for the card, e.g. to use services like[Hakatime](https://github.com/mujx/hakatime) or[Wakapi](https://github.com/muety/wakapi)*(string)*. Default`Waka API`.
424
-
*`display_format` - Sets the WakaTime stats display format. Choose`time` to display time-based stats or`percent` to show percentages. Default:`time`.
425
-
*`disable_animations` - Disables all animations in the card*(boolean)*. Default:`false`.
426
+
| Name| Description| Type| Default value|
427
+
| ---| ---| ---| ---|
428
+
|`hide`| Hides the languages specified from the card.| string (comma-separated values)|`null`|
429
+
|`hide_title`| Hides the title of your card.| boolean|`false`|
430
+
|`line_height`| Sets the line height between text.| integer|`25`|
431
+
|`hide_progress`| Hides the progress bar and percentage.| boolean|`false`|
432
+
|`custom_title`| Sets a custom title for the card.| string|`WakaTime Stats`|
433
+
|`layout`| Switches between two available layouts`default` &`compact`.| enum|`default`|
434
+
|`langs_count`| Limits the number of languages on the card, defaults to all reported languages.| integer|`null`|
435
+
|`api_domain`| Sets a custom API domain for the card, e.g. to use services like[Hakatime](https://github.com/mujx/hakatime) or[Wakapi](https://github.com/muety/wakapi)| string|`Waka API`|
436
+
|`display_format`| Sets the WakaTime stats display format. Choose`time` to display time-based stats or`percent` to show percentages.| enum|`time`|
437
+
|`disable_animations`| Disables all animations in the card.| boolean|`false`|