aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-11 11:37:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-11 11:37:07 +0100
commitdf7dc5b4b0d526a4f49c99600f5d69bcdd3e97f6 (patch)
tree735d9c4bf0108883b5ba787307bb405553e0052e /stats/pwc-language-breakdown-summary.json
parent524780dabe5237d991902f1e5568512c657b7caf (diff)
downloadperlweeklychallenge-club-df7dc5b4b0d526a4f49c99600f5d69bcdd3e97f6.tar.gz
perlweeklychallenge-club-df7dc5b4b0d526a4f49c99600f5d69bcdd3e97f6.tar.bz2
perlweeklychallenge-club-df7dc5b4b0d526a4f49c99600f5d69bcdd3e97f6.zip
- Added video for Challenge 064.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 321cbb5991..c14a2984d7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,13 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2020-06-10 16:47:25 GMT"
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"data" : [
[
"Blog",
- 736
+ 737
],
[
"Perl",
@@ -24,21 +18,27 @@
1681
]
],
- "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "y" : 10,
"enabled" : "true",
- "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "color" : "#FFFFFF"
- }
+ "format" : "{point.y:.0f}",
+ "y" : 10
+ },
+ "name" : "Contributions"
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -48,16 +48,16 @@
}
}
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-06-11 10:36:54 GMT"
},
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}