aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-26 19:08:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-26 19:08:54 +0100
commit9aecbb345e1f25fed56f667b0ea1ae9e6e05bf77 (patch)
treedf0fdee6ce2adcf25af23f6e6f4434feed082262 /stats/pwc-language-breakdown-summary.json
parent874ff25d4c60011d2d2cb9c1eaf67e34bf1590b2 (diff)
downloadperlweeklychallenge-club-9aecbb345e1f25fed56f667b0ea1ae9e6e05bf77.tar.gz
perlweeklychallenge-club-9aecbb345e1f25fed56f667b0ea1ae9e6e05bf77.tar.bz2
perlweeklychallenge-club-9aecbb345e1f25fed56f667b0ea1ae9e6e05bf77.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b0602b3849..920fa5e32e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,27 +2,8 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -30,34 +11,53 @@
],
[
"Perl",
- 3361
+ 3363
],
[
"Raku",
- 2180
+ 2182
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
"enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF"
+ "align" : "right"
}
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"subtitle" : {
- "text" : "Last updated at 2020-09-26 13:28:33 GMT"
+ "text" : "Last updated at 2020-09-26 18:08:42 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "chart" : {
+ "type" : "column"
}
}