aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-03-13 07:54:20 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-03-13 07:54:20 +0000
commitcf0b4e126e290d2d8eb0bfe38217edb4eef237f0 (patch)
tree13ff4ef8027e2dc12c553647c96af1f0db600c31 /stats/pwc-language-breakdown-summary.json
parentf1dfa9263fbf461cae2c5563c1dc75964b8e9133 (diff)
downloadperlweeklychallenge-club-cf0b4e126e290d2d8eb0bfe38217edb4eef237f0.tar.gz
perlweeklychallenge-club-cf0b4e126e290d2d8eb0bfe38217edb4eef237f0.tar.bz2
perlweeklychallenge-club-cf0b4e126e290d2d8eb0bfe38217edb4eef237f0.zip
- Added solutions to week 102 and 103 by Bob Lied.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c2eed03a27..2892b013b1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,37 @@
{
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2021-03-13 07:44:15 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-03-13 07:52:10 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -35,29 +39,25 @@
],
[
"Perl",
- 4852
+ 4855
],
[
"Raku",
3104
]
],
- "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
+ "rotation" : -90,
"enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF"
}
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- }
+ ]
}