aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-14 20:57:46 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-14 20:57:46 +0100
commit5248221fab018a634e2e05bd5d709eda5e27f2e5 (patch)
tree7ab2963d35c47ddd26aa018c89864af60b73f0e3 /stats/pwc-language-breakdown-summary.json
parent01df4cd7ae1ef9a9812fea2be86712373e0da9e3 (diff)
downloadperlweeklychallenge-club-5248221fab018a634e2e05bd5d709eda5e27f2e5.tar.gz
perlweeklychallenge-club-5248221fab018a634e2e05bd5d709eda5e27f2e5.tar.bz2
perlweeklychallenge-club-5248221fab018a634e2e05bd5d709eda5e27f2e5.zip
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 43e011c643..6dafc71440 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -8,34 +8,16 @@
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2022-06-13 22:14:50 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"series" : [
{
"data" : [
[
"Blog",
- 2618
+ 2619
],
[
"Perl",
- 8204
+ 8206
],
[
"Raku",
@@ -44,20 +26,38 @@
],
"name" : "Contributions",
"dataLabels" : {
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
- "y" : 10,
- "align" : "right"
+ "align" : "right",
+ "format" : "{point.y:.0f}"
}
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-14 09:46:32 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"chart" : {
"type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}