aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-08 10:50:26 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-08 10:50:26 +0100
commitd39aff77f1d5c74a64aa1e10a2a6513e79322d10 (patch)
tree991c16b115db7dd4279ec89fc3a77aac0ac05299 /stats/pwc-language-breakdown-summary.json
parente254e8a0d160ce938bd9af471dce05d2fdcc49aa (diff)
downloadperlweeklychallenge-club-d39aff77f1d5c74a64aa1e10a2a6513e79322d10.tar.gz
perlweeklychallenge-club-d39aff77f1d5c74a64aa1e10a2a6513e79322d10.tar.bz2
perlweeklychallenge-club-d39aff77f1d5c74a64aa1e10a2a6513e79322d10.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ea06b78a64..374a62d694 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,6 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -15,7 +8,7 @@
],
[
"Perl",
- 5464
+ 5466
],
[
"Raku",
@@ -23,19 +16,23 @@
]
],
"dataLabels" : {
- "y" : 10,
- "color" : "#FFFFFF",
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "y" : 10,
+ "enabled" : "true",
"rotation" : -90,
+ "color" : "#FFFFFF",
"format" : "{point.y:.0f}",
- "enabled" : "true"
- }
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -45,11 +42,14 @@
},
"type" : "category"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"chart" : {
"type" : "column"
@@ -58,6 +58,6 @@
"enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2021-06-08 09:47:16 GMT"
+ "text" : "Last updated at 2021-06-08 09:49:51 GMT"
}
}