aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-11-20 08:39:22 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-11-20 08:39:22 +0000
commite07c2ddd5c20d692cbfa5fc6fe8872c1a28e3737 (patch)
tree480b728e666b86a8eaee6a437b074a8847e0df84 /stats/pwc-language-breakdown-summary.json
parent5a091b80df0de536a0144850c943a1b95c43bd1f (diff)
downloadperlweeklychallenge-club-e07c2ddd5c20d692cbfa5fc6fe8872c1a28e3737.tar.gz
perlweeklychallenge-club-e07c2ddd5c20d692cbfa5fc6fe8872c1a28e3737.tar.bz2
perlweeklychallenge-club-e07c2ddd5c20d692cbfa5fc6fe8872c1a28e3737.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2450ad0c92..5a61cfc256 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,10 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -14,50 +14,50 @@
}
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-11-20 08:31:55 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "y" : 10,
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
- 2028
+ 2029
],
[
"Perl",
- 6677
+ 6679
],
[
"Raku",
- 4035
+ 4037
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}"
+ }
}
],
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-11-20 08:15:14 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "min" : 0
}
}