aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-29 19:39:39 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-29 19:39:39 +0000
commit324e4a6e685944946e370b34cde79342bf1f88b0 (patch)
tree54020339b2c9fbffed3e3a9562978d12f1e0775e /stats/pwc-language-breakdown-summary.json
parent391618c86bc7b3f8e1243ae7e26ee996a240d6b2 (diff)
downloadperlweeklychallenge-club-324e4a6e685944946e370b34cde79342bf1f88b0.tar.gz
perlweeklychallenge-club-324e4a6e685944946e370b34cde79342bf1f88b0.tar.bz2
perlweeklychallenge-club-324e4a6e685944946e370b34cde79342bf1f88b0.zip
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b462ad0252..9d79d73358 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,7 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-29 19:13:14 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -26,7 +9,7 @@
],
[
"Perl",
- 6978
+ 6980
],
[
"Raku",
@@ -35,29 +18,46 @@
],
"dataLabels" : {
"align" : "right",
- "rotation" : -90,
+ "y" : 10,
"enabled" : "true",
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "y" : 10
- },
- "name" : "Contributions"
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-29 19:28:19 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}