aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-17 17:03:34 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-17 17:03:34 +0100
commitb1729074f0ff73db75f43b1cdccd1a3011d9ee97 (patch)
tree9e49bd9d59472bc775f9aeff46f3adc274b46685 /stats/pwc-language-breakdown-summary.json
parenteececdfafb67083fa0f4fa58b3300511e106f488 (diff)
downloadperlweeklychallenge-club-b1729074f0ff73db75f43b1cdccd1a3011d9ee97.tar.gz
perlweeklychallenge-club-b1729074f0ff73db75f43b1cdccd1a3011d9ee97.tar.bz2
perlweeklychallenge-club-b1729074f0ff73db75f43b1cdccd1a3011d9ee97.zip
- Added solutions by Colin Crain.
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 3b3387ec47..0ad282aa9e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,55 +1,52 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-17 16:01:24 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "chart" : {
+ "type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2022-04-17 15:22:44 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
"data" : [
[
"Blog",
- 2444
+ 2446
],
[
"Perl",
- 7784
+ 7786
],
[
"Raku",
- 4635
+ 4637
]
],
"name" : "Contributions",
"dataLabels" : {
"enabled" : "true",
- "y" : 10,
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90
+ "y" : 10,
+ "align" : "right"
}
}
],
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"xAxis" : {
"labels" : {
@@ -59,5 +56,8 @@
}
},
"type" : "category"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}