aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-02 11:27:10 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-02 11:27:10 +0000
commitdb0755b8dd9daa003523cbcd53759ced09ae7dfd (patch)
tree0ede259f9557a4f74d739a9f7baffa2180124939 /stats/pwc-language-breakdown-summary.json
parent4caa3dba6def045f5aaa6b378360c77bc7387023 (diff)
downloadperlweeklychallenge-club-db0755b8dd9daa003523cbcd53759ced09ae7dfd.tar.gz
perlweeklychallenge-club-db0755b8dd9daa003523cbcd53759ced09ae7dfd.tar.bz2
perlweeklychallenge-club-db0755b8dd9daa003523cbcd53759ced09ae7dfd.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 91d237ad30..9b1bf0668d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -8,56 +8,56 @@
],
[
"Perl",
- 6980
+ 6981
],
[
"Raku",
- 4204
+ 4205
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "color" : "#FFFFFF",
- "rotation" : -90,
- "align" : "right",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
"y" : 10,
- "enabled" : "true"
- },
- "name" : "Contributions"
- }
- ],
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "format" : "{point.y:.0f}"
}
}
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
+ ],
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "subtitle" : {
- "text" : "Last updated at 2021-12-31 02:06:41 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"chart" : {
"type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-02 10:56:31 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
}