aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-20 14:13:21 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-20 14:13:21 +0000
commitaa26bd56337f181c5de7da3bf291babba2491b59 (patch)
treecb1507533264ae8e30704a2b8ceed1933cb8261a /stats/pwc-language-breakdown-summary.json
parent792c7bca75d26b21392779952465e824b85a18ff (diff)
downloadperlweeklychallenge-club-aa26bd56337f181c5de7da3bf291babba2491b59.tar.gz
perlweeklychallenge-club-aa26bd56337f181c5de7da3bf291babba2491b59.tar.bz2
perlweeklychallenge-club-aa26bd56337f181c5de7da3bf291babba2491b59.zip
- Added blog post by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2bd672ea10..11e2a6aca2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,26 +1,44 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-20 14:11:29 GMT"
},
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10
+ },
"data" : [
[
"Blog",
- 2204
+ 2205
],
[
"Perl",
@@ -30,34 +48,16 @@
"Raku",
4290
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "y" : 10
- }
+ ]
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-01-20 09:30:36 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}