diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 19:00:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 19:00:29 +0100 |
| commit | 148cacf688e1c0e2d191362653c01db93cae56cb (patch) | |
| tree | 4c0b3f4c07fd8804d11aa85b8dcffdef9cf0b764 /stats/pwc-language-breakdown-summary.json | |
| parent | 2ba2a46f6d2eb7ecc4d3db088505df6e86665e75 (diff) | |
| download | perlweeklychallenge-club-148cacf688e1c0e2d191362653c01db93cae56cb.tar.gz perlweeklychallenge-club-148cacf688e1c0e2d191362653c01db93cae56cb.tar.bz2 perlweeklychallenge-club-148cacf688e1c0e2d191362653c01db93cae56cb.zip | |
- Added solutions to the task "Perfect Totient Numbers".
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ca1452e488..9d6c5c78d0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,43 +1,6 @@ { - "subtitle" : { - "text" : "Last updated at 2022-07-29 16:34:15 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right" - }, "data" : [ [ "Blog", @@ -45,19 +8,56 @@ ], [ "Perl", - 8530 + 8531 ], [ "Raku", - 5077 + 5078 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right", + "y" : 10, + "color" : "#FFFFFF" + } } ], - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2022-07-29 17:57:40 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" } } |
