diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-28 17:53:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-28 17:53:23 +0100 |
| commit | 6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1 (patch) | |
| tree | 26041c9ea7c265f9347603202cca1cd331978950 /stats/pwc-language-breakdown-summary.json | |
| parent | 6dc64a4eb8573afb6c9df4375e2a07e5fb6ccbba (diff) | |
| download | perlweeklychallenge-club-6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1.tar.gz perlweeklychallenge-club-6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1.tar.bz2 perlweeklychallenge-club-6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f436763984..c014f29dd2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,32 @@ { - "subtitle" : { - "text" : "Last updated at 2021-06-28 15:30:58 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 1679 + 1681 ], [ "Perl", @@ -24,38 +34,28 @@ ], [ "Raku", - 3541 + 3543 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "align" : "right", - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "subtitle" : { + "text" : "Last updated at 2021-06-28 16:21:22 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" |
