diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-15 20:29:55 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-15 20:29:55 +0000 |
| commit | df9a999a83bb0cc92a5e260ac246604b69c511e7 (patch) | |
| tree | b338dc8cbfa7600ad41154b9ec980fa4e61fc916 /stats/pwc-language-breakdown-summary.json | |
| parent | f9e63f5a01d2917ff20db958bf891057b3126c68 (diff) | |
| download | perlweeklychallenge-club-df9a999a83bb0cc92a5e260ac246604b69c511e7.tar.gz perlweeklychallenge-club-df9a999a83bb0cc92a5e260ac246604b69c511e7.tar.bz2 perlweeklychallenge-club-df9a999a83bb0cc92a5e260ac246604b69c511e7.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c5eccee318..fe2daa347e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "subtitle" : { - "text" : "Last updated at 2021-02-15 19:42:03 GMT" - }, "legend" : { "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "subtitle" : { + "text" : "Last updated at 2021-02-15 20:29:30 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 1334 + 1335 ], [ "Perl", - 4653 + 4655 ], [ "Raku", 3003 ] ], + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "align" : "right", - "rotation" : -90, "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" + "rotation" : -90, + "enabled" : "true" } } ], "chart" : { "type" : "column" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 } } |
