diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-16 06:27:57 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-16 06:27:57 +0000 |
| commit | 4c99ef29fe498e19129f64db6243a7308889df6e (patch) | |
| tree | b9e2815cac7dd0aea1cf574d206ff892807c6f92 /stats/pwc-language-breakdown-summary.json | |
| parent | df9a999a83bb0cc92a5e260ac246604b69c511e7 (diff) | |
| download | perlweeklychallenge-club-4c99ef29fe498e19129f64db6243a7308889df6e.tar.gz perlweeklychallenge-club-4c99ef29fe498e19129f64db6243a7308889df6e.tar.bz2 perlweeklychallenge-club-4c99ef29fe498e19129f64db6243a7308889df6e.zip | |
- Added Perl solution to task 1 of week 100.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index fe2daa347e..41bd491bc9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,31 @@ { - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-02-15 20:29:30 GMT" + "chart" : { + "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", @@ -23,41 +33,31 @@ ], [ "Perl", - 4655 + 4656 ], [ "Raku", 3003 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "enabled" : "true" - } + ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2021-02-16 06:27:15 GMT" } } |
