diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-29 21:41:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-29 21:41:28 +0100 |
| commit | 70eca18f6227332848f7d8d33a7ca84ab4b7b361 (patch) | |
| tree | e312d74511923b9c4479113c89b76e9883e0fcc1 /stats/pwc-language-breakdown-summary.json | |
| parent | 608882c40389fc8a71b61341bc3c409d2024d617 (diff) | |
| download | perlweeklychallenge-club-70eca18f6227332848f7d8d33a7ca84ab4b7b361.tar.gz perlweeklychallenge-club-70eca18f6227332848f7d8d33a7ca84ab4b7b361.tar.bz2 perlweeklychallenge-club-70eca18f6227332848f7d8d33a7ca84ab4b7b361.zip | |
- Added blog by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ca93f013ba..c8ba04182a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,44 @@ { "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" }, "series" : [ { "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF", "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right" + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", - 1596 + 1597 ], [ "Perl", @@ -41,23 +48,16 @@ "Raku", 3429 ] - ], - "name" : "Contributions" + ] } ], "subtitle" : { - "text" : "Last updated at 2021-05-29 19:57:34 GMT" + "text" : "Last updated at 2021-05-29 20:40:28 GMT" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
