diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2025-05-06 09:26:14 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2025-05-06 09:26:14 +0100 |
| commit | c2dfc21f245feea2957a4e7561bc1bb07f5a6004 (patch) | |
| tree | d4ce82f0f8abe64c2fb4d0d7abd35dcdb623668f /stats/pwc-language-breakdown-summary.json | |
| parent | 101413eaf7feacc251175b540495ac8f2ccd3f73 (diff) | |
| download | perlweeklychallenge-club-c2dfc21f245feea2957a4e7561bc1bb07f5a6004.tar.gz perlweeklychallenge-club-c2dfc21f245feea2957a4e7561bc1bb07f5a6004.tar.bz2 perlweeklychallenge-club-c2dfc21f245feea2957a4e7561bc1bb07f5a6004.zip | |
- Added solutions by Adam Russell.
- Added solutions by BarrOff.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e306c00f4c..ff4d5967a7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2025-05-06 08:26:06 GMT" }, "series" : [ { "dataLabels" : { + "enabled" : "true", "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "color" : "#FFFFFF", - "enabled" : "true", - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}" + "color" : "#FFFFFF" }, "name" : "Contributions", "data" : [ [ "Perl", - 16530 + 16532 ], [ "Raku", - 9206 + 9208 ], [ "Blog", - 5840 + 5842 ] ] } ], - "subtitle" : { - "text" : "Last updated at 2025-05-04 14:35:56 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2025]" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2025]" + }, + "chart" : { + "type" : "column" } } |
