diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-26 10:51:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-26 10:51:29 +0100 |
| commit | 307796cabb6ed674c38f634fd7d786b6a1acbfc4 (patch) | |
| tree | 25a6f451c308d59ed4bfc1955e2183503fd99ece /stats/pwc-language-breakdown-summary.json | |
| parent | f5ab55cba1e3fb1e35549518f5e23d45b7c769cd (diff) | |
| download | perlweeklychallenge-club-307796cabb6ed674c38f634fd7d786b6a1acbfc4.tar.gz perlweeklychallenge-club-307796cabb6ed674c38f634fd7d786b6a1acbfc4.tar.bz2 perlweeklychallenge-club-307796cabb6ed674c38f634fd7d786b6a1acbfc4.zip | |
- Added blog post by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 21f5d6da5a..e0cbb9a53f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,23 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "align" : "right" + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10, + "rotation" : -90 }, + "name" : "Contributions", "data" : [ [ "Blog", - 2737 + 2738 ], [ "Perl", @@ -32,21 +27,14 @@ "Raku", 5065 ] - ], - "name" : "Contributions" + ] } ], - "subtitle" : { - "text" : "Last updated at 2022-07-26 00:39:48 GMT" + "chart" : { + "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { "title" : { @@ -54,8 +42,20 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-07-26 09:49:51 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "legend" : { "enabled" : "false" |
