aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-05 14:22:33 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-05 14:22:33 +0000
commit8b2b5b624c6b66383794df15e3d796ae7d7d2ee5 (patch)
treef0a3a7d5a8aab8e8e8de6a79e6f97c8a1195570a /stats/pwc-language-breakdown-summary.json
parent8e51f059c118c1e22b3fa2765aa73c02f11feabd (diff)
downloadperlweeklychallenge-club-8b2b5b624c6b66383794df15e3d796ae7d7d2ee5.tar.gz
perlweeklychallenge-club-8b2b5b624c6b66383794df15e3d796ae7d7d2ee5.tar.bz2
perlweeklychallenge-club-8b2b5b624c6b66383794df15e3d796ae7d7d2ee5.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 3da79e388a..9a07c0111b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,12 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-05 14:20:31 GMT"
},
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2021-12-04 16:14:51 GMT"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -20,7 +17,7 @@
],
[
"Perl",
- 6792
+ 6794
],
[
"Raku",
@@ -28,22 +25,28 @@
]
],
"dataLabels" : {
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
- "color" : "#FFFFFF",
- "rotation" : -90,
- "align" : "right",
"enabled" : "true",
- "format" : "{point.y:.0f}"
+ "align" : "right",
+ "rotation" : -90
},
"name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"xAxis" : {
"type" : "category",
@@ -54,10 +57,7 @@
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "legend" : {
+ "enabled" : "false"
}
}