aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-18 10:35:37 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-18 10:35:37 +0100
commitf15610b151516c70d5c92cccf88bf65241b12673 (patch)
tree2e186f9aea33dd700ce8711d0f52d06e681dc65a /stats/pwc-language-breakdown-summary.json
parent4be5fef5f7faf4a07b8c998c7b429458ab2bb708 (diff)
downloadperlweeklychallenge-club-f15610b151516c70d5c92cccf88bf65241b12673.tar.gz
perlweeklychallenge-club-f15610b151516c70d5c92cccf88bf65241b12673.tar.bz2
perlweeklychallenge-club-f15610b151516c70d5c92cccf88bf65241b12673.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json86
1 files changed, 43 insertions, 43 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 69c4675e3e..2dfb934702 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,48 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-18 09:34:06 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "y" : 10
+ },
"data" : [
[
"Blog",
@@ -12,52 +50,14 @@
],
[
"Perl",
- 5323
+ 5325
],
[
"Raku",
- 3374
+ 3376
]
],
- "dataLabels" : {
- "align" : "right",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "y" : 10
- }
+ "name" : "Contributions"
}
- ],
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-18 09:28:36 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- }
+ ]
}