diff options
| author | Myoungjin JEON <jeongoon@gmail.com> | 2020-09-11 01:19:26 +1000 |
|---|---|---|
| committer | Myoungjin JEON <jeongoon@gmail.com> | 2020-09-11 01:19:26 +1000 |
| commit | cee930fd1fd0a3f0fb9a2caf6aa578d569c37fce (patch) | |
| tree | b467bb1ef9efad41198811efaa7bd268686fe766 /stats/pwc-language-breakdown-summary.json | |
| parent | 20fc303d563e660dcd790ccb7baa894d77de5695 (diff) | |
| parent | bac73b38eb313b198a7a03e3199926737dca7277 (diff) | |
| download | perlweeklychallenge-club-cee930fd1fd0a3f0fb9a2caf6aa578d569c37fce.tar.gz perlweeklychallenge-club-cee930fd1fd0a3f0fb9a2caf6aa578d569c37fce.tar.bz2 perlweeklychallenge-club-cee930fd1fd0a3f0fb9a2caf6aa578d569c37fce.zip | |
Merge remote-tracking branch 'upstream/master' into ch-077
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 96a4cfd1f1..24deece1c3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "chart" : { "type" : "column" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 952 + 956 ], [ "Perl", - 3196 + 3218 ], [ "Raku", - 2079 + 2101 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "rotation" : -90, + "enabled" : "true" + }, + "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "subtitle" : { - "text" : "Last updated at 2020-09-07 00:16:46 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "text" : "Last updated at 2020-09-10 09:58:20 GMT" }, "legend" : { "enabled" : "false" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
