diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-10-01 06:38:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-10-01 06:38:37 +0100 |
| commit | ef554f1471149e585c33d034f1e7c5f3e8fc5828 (patch) | |
| tree | 4fa890b2ec8e5b98bf53261c919f2b0e0eb07d7f /stats/pwc-language-breakdown-summary.json | |
| parent | c17459b6a8c04eeda9d765926efbf75fbbfb0fc2 (diff) | |
| download | perlweeklychallenge-club-ef554f1471149e585c33d034f1e7c5f3e8fc5828.tar.gz perlweeklychallenge-club-ef554f1471149e585c33d034f1e7c5f3e8fc5828.tar.bz2 perlweeklychallenge-club-ef554f1471149e585c33d034f1e7c5f3e8fc5828.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index cf70b5670a..ae314dbd0f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,25 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, + "rotation" : -90, "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true" + "align" : "right" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -21,43 +27,37 @@ ], [ "Perl", - 6277 + 6278 ], [ "Raku", - 3851 + 3853 ] ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2021-09-29 20:38:28 GMT" + "text" : "Last updated at 2021-10-01 05:36:33 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
