aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-18 17:02:00 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-18 17:02:00 +0100
commit272c6f35304d35a5fe21a3c35e9547971bb056f0 (patch)
tree8b8997e7f2ad6ff94af96afb2b23ae8dace7e1b2 /stats/pwc-language-breakdown-summary.json
parent8be38d2de0b15c7b5f509b17dd88a98b40043f66 (diff)
downloadperlweeklychallenge-club-272c6f35304d35a5fe21a3c35e9547971bb056f0.tar.gz
perlweeklychallenge-club-272c6f35304d35a5fe21a3c35e9547971bb056f0.tar.bz2
perlweeklychallenge-club-272c6f35304d35a5fe21a3c35e9547971bb056f0.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 c9857e49fb..b83c737e09 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,13 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -20,44 +15,49 @@
],
[
"Perl",
- 2847
+ 2849
],
[
"Raku",
- 1820
+ 1822
]
],
- "name" : "Contributions",
"dataLabels" : {
+ "rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
+ "align" : "right",
"format" : "{point.y:.0f}",
- "rotation" : -90,
"y" : 10,
- "align" : "right",
"color" : "#FFFFFF",
"enabled" : "true"
}
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-18 16:01:02 GMT"
},
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2020-07-18 15:47:33 GMT"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}