aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-16 23:49:19 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-16 23:49:19 +0000
commitec2de2ac1b6b94fc0abeac5ec1294536ef39824f (patch)
tree09e7104ab9db8805c5c30ec65c2c6f1bb50cac13 /stats/pwc-language-breakdown-summary.json
parent7724552a38ed1cdb72993999fc30f9e979e903eb (diff)
downloadperlweeklychallenge-club-ec2de2ac1b6b94fc0abeac5ec1294536ef39824f.tar.gz
perlweeklychallenge-club-ec2de2ac1b6b94fc0abeac5ec1294536ef39824f.tar.bz2
perlweeklychallenge-club-ec2de2ac1b6b94fc0abeac5ec1294536ef39824f.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3b19cdef4d..56e2d83528 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,43 +1,49 @@
{
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2020-02-16 23:37:27 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "subtitle" : {
+ "text" : "Last updated at 2020-02-16 23:48:41 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
+ "min" : 0
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
+ "y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"align" : "right",
+ "rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "y" : 10,
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true"
+ }
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -45,19 +51,13 @@
],
[
"Perl",
- 1941
+ 1942
],
[
"Raku",
- 1186
+ 1187
]
]
}
- ],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}