diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-30 10:54:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-30 10:54:30 +0100 |
| commit | 76082e2c9541e35bbecfae0c693d439de8fb39fc (patch) | |
| tree | 2f1f6f6d25674814aaf9c747f77ebd6dd631e4cc /stats/pwc-language-breakdown-summary.json | |
| parent | b7bc08ea16a9a333005fea68bd3c526858a5eb28 (diff) | |
| download | perlweeklychallenge-club-76082e2c9541e35bbecfae0c693d439de8fb39fc.tar.gz perlweeklychallenge-club-76082e2c9541e35bbecfae0c693d439de8fb39fc.tar.bz2 perlweeklychallenge-club-76082e2c9541e35bbecfae0c693d439de8fb39fc.zip | |
- Added solution by Leo Manfredi.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e5f9352d4a..a2361bf3ce 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,7 @@ { - "subtitle" : { - "text" : "Last updated at 2020-06-30 09:51:29 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "enabled" : "true", - "y" : 10 - }, "data" : [ [ "Blog", @@ -27,37 +9,55 @@ ], [ "Perl", - 2762 + 2763 ], [ "Raku", 1761 ] - ] + ], + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true" + } } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-06-30 09:54:12 GMT" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "chart" : { "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
