diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-04 06:49:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-04 06:49:59 +0100 |
| commit | 66ffcec89ebdc40b566cb094344013e47fe67c73 (patch) | |
| tree | fe06f334f56dfc96038e906e5c18aa32e3edfa89 /stats/pwc-language-breakdown-summary.json | |
| parent | e702f6e2f608a35f65a9c684a5ecf3fa8ce31033 (diff) | |
| download | perlweeklychallenge-club-66ffcec89ebdc40b566cb094344013e47fe67c73.tar.gz perlweeklychallenge-club-66ffcec89ebdc40b566cb094344013e47fe67c73.tar.bz2 perlweeklychallenge-club-66ffcec89ebdc40b566cb094344013e47fe67c73.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 601b843d40..6a05f7be1e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,33 @@ { - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "subtitle" : { + "text" : "Last updated at 2021-05-04 05:49:25 GMT" + }, + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-05-04 05:44:33 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "series" : [ { @@ -23,7 +38,7 @@ ], [ "Perl", - 5212 + 5214 ], [ "Raku", @@ -32,32 +47,17 @@ ], "name" : "Contributions", "dataLabels" : { + "format" : "{point.y:.0f}", "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "align" : "right", - "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}" - } - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "align" : "right" } } - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - } + ] } |
