diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-15 16:17:19 -0700 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-15 16:17:19 -0700 |
| commit | 04ddab798477beda8873cc0657d0af19d2e9c581 (patch) | |
| tree | ce69f0782caabb90c59a13532181f40050ad54b3 /stats/pwc-language-breakdown-summary.json | |
| parent | 5cef1ec4cd06891b4369560dab9c5ae7d7e635df (diff) | |
| download | perlweeklychallenge-club-04ddab798477beda8873cc0657d0af19d2e9c581.tar.gz perlweeklychallenge-club-04ddab798477beda8873cc0657d0af19d2e9c581.tar.bz2 perlweeklychallenge-club-04ddab798477beda8873cc0657d0af19d2e9c581.zip | |
- Added solutions by User Person.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f23b78becc..c81be8c1cb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,6 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10 - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -24,40 +8,56 @@ ], [ "Perl", - 2156 + 2158 ], [ "Raku", 1319 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90 + } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "subtitle" : { - "text" : "Last updated at 2020-03-15 22:46:59 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-03-15 23:16:46 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "legend" : { "enabled" : "false" + }, + "chart" : { + "type" : "column" } } |
