diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-16 00:02:05 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-16 00:02:05 +0000 |
| commit | 47cc91ffed790a5373e7227d50cbf5e5c68f40ef (patch) | |
| tree | 2dbefa97d7df8d03aad0bae43b39eae265224097 /stats/pwc-language-breakdown-summary.json | |
| parent | 081071c9a5eb941107c40373971d46f700d1421d (diff) | |
| download | perlweeklychallenge-club-47cc91ffed790a5373e7227d50cbf5e5c68f40ef.tar.gz perlweeklychallenge-club-47cc91ffed790a5373e7227d50cbf5e5c68f40ef.tar.bz2 perlweeklychallenge-club-47cc91ffed790a5373e7227d50cbf5e5c68f40ef.zip | |
- Added solutions by Ulrich Rieke.
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 240578e96d..c16b773804 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,36 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", @@ -8,56 +38,26 @@ ], [ "Perl", - 7484 + 7486 ], [ "Raku", - 4497 + 4499 ] ], - "dataLabels" : { - "y" : 10, - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right" - }, "name" : "Contributions" } ], "subtitle" : { - "text" : "Last updated at 2022-03-15 23:28:52 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "text" : "Last updated at 2022-03-15 23:57:44 GMT" }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
