aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-03 23:38:43 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-03 23:38:43 +0000
commite2e043c2e5217ed30db7b0df58e43ce0ea5d1691 (patch)
tree507a04cdeeb1df36452aa19c5569c2a4bbda2c45 /stats/pwc-language-breakdown-summary.json
parent713275b16374b08dd62a4f52b65796ce7dd0552a (diff)
downloadperlweeklychallenge-club-e2e043c2e5217ed30db7b0df58e43ce0ea5d1691.tar.gz
perlweeklychallenge-club-e2e043c2e5217ed30db7b0df58e43ce0ea5d1691.tar.bz2
perlweeklychallenge-club-e2e043c2e5217ed30db7b0df58e43ce0ea5d1691.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 685c044f2a..aa6ec9939c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,38 +1,21 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
"align" : "right",
"y" : 10,
+ "color" : "#FFFFFF",
"enabled" : "true",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "rotation" : -90
},
"data" : [
[
@@ -41,22 +24,39 @@
],
[
"Perl",
- 4264
+ 4266
],
[
"Raku",
2822
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "subtitle" : {
- "text" : "Last updated at 2021-01-03 21:48:04 GMT"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"legend" : {
"enabled" : "false"
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-01-03 23:38:17 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"chart" : {
"type" : "column"
}