aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-30 01:11:53 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-30 01:11:53 +0000
commit70cea508d4edb23723b40cbd4fe18afd6ea22418 (patch)
treed04534f8be174d342897e1a38f50116807280339 /stats/pwc-language-breakdown-summary.json
parentae245c6e7927f8c954e5d318ea9be2406b07206b (diff)
downloadperlweeklychallenge-club-70cea508d4edb23723b40cbd4fe18afd6ea22418.tar.gz
perlweeklychallenge-club-70cea508d4edb23723b40cbd4fe18afd6ea22418.tar.bz2
perlweeklychallenge-club-70cea508d4edb23723b40cbd4fe18afd6ea22418.zip
- Added videos to task for weeks 137,138,140,141 and 143.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7400a00026..7ce1eaec0b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,4 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-30 00:24:05 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
@@ -21,20 +6,21 @@
{
"dataLabels" : {
"y" : 10,
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"align" : "right",
- "color" : "#FFFFFF",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2136
+ 2141
],
[
"Perl",
@@ -44,20 +30,34 @@
"Raku",
4204
]
- ],
- "name" : "Contributions"
+ ]
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"chart" : {
"type" : "column"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-30 01:05:30 GMT"
}
}