diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-19 11:05:57 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-19 11:05:57 +0000 |
| commit | bde0adaf7b8dfe99c4e494c932d8702eb8cf9a56 (patch) | |
| tree | 3f6e35b8583ff50174ec7fac6e2b8b60c463efe6 /stats/pwc-language-breakdown-summary.json | |
| parent | 1e1f2f3f3e08eba010e55eccb5678e215dfce7e9 (diff) | |
| download | perlweeklychallenge-club-bde0adaf7b8dfe99c4e494c932d8702eb8cf9a56.tar.gz perlweeklychallenge-club-bde0adaf7b8dfe99c4e494c932d8702eb8cf9a56.tar.bz2 perlweeklychallenge-club-bde0adaf7b8dfe99c4e494c932d8702eb8cf9a56.zip | |
- Added more solutions by Robert DiCicco.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c8801be023..0f33e30174 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,43 @@ { + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-19 11:00:55 GMT" + }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right" + }, "data" : [ [ "Blog", @@ -11,53 +45,19 @@ ], [ "Perl", - 9339 + 9340 ], [ "Raku", - 5610 + 5611 ] - ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", - "y" : 10 - } + ] } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-19 10:27:32 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
