aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-19 00:52:44 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-19 00:52:44 +0100
commit2f279f279297fdbbd065c4aee9c55c8ee732bddf (patch)
tree2e24790eb0e9880056e583b82ac352173e6352b6 /stats/pwc-language-breakdown-summary.json
parent22a20dc49fd8469f6e5b252e3adc9a91cc44ba83 (diff)
downloadperlweeklychallenge-club-2f279f279297fdbbd065c4aee9c55c8ee732bddf.tar.gz
perlweeklychallenge-club-2f279f279297fdbbd065c4aee9c55c8ee732bddf.tar.bz2
perlweeklychallenge-club-2f279f279297fdbbd065c4aee9c55c8ee732bddf.zip
- Added solutions by Duncan C. White.
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 258e434338..3f71ed085a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -3,37 +3,29 @@
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-04-18 23:34:28 GMT"
+ }
},
"series" : [
{
"dataLabels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
"color" : "#FFFFFF",
"enabled" : "true",
- "align" : "right",
+ "y" : 10,
"rotation" : -90,
"format" : "{point.y:.0f}",
- "y" : 10
+ "align" : "right"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -41,23 +33,31 @@
],
[
"Perl",
- 5102
+ 5104
],
[
"Raku",
3241
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-18 23:52:18 GMT"
+ },
+ "chart" : {
+ "type" : "column"
}
}