aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-30 23:44:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-30 23:44:04 +0100
commitbd62d3ce8a741517052c68bd21ef8a8db8f9a8f6 (patch)
tree152fa7ca5a2f2c01218de5f5dcc054422014e700 /stats/pwc-language-breakdown-summary.json
parent01e3cf82eb155ba6ad86a4d9b6812297abb95508 (diff)
downloadperlweeklychallenge-club-bd62d3ce8a741517052c68bd21ef8a8db8f9a8f6.tar.gz
perlweeklychallenge-club-bd62d3ce8a741517052c68bd21ef8a8db8f9a8f6.tar.bz2
perlweeklychallenge-club-bd62d3ce8a741517052c68bd21ef8a8db8f9a8f6.zip
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fef6c857e5..f7dfd23da2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,4 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"series" : [
{
"data" : [
@@ -17,7 +8,7 @@
],
[
"Perl",
- 3151
+ 3153
],
[
"Raku",
@@ -25,16 +16,16 @@
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF",
+ "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
- "rotation" : -90
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
},
"name" : "Contributions"
}
@@ -42,22 +33,31 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
"chart" : {
"type" : "column"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2020-08-30 22:10:18 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-30 22:43:46 GMT"
}
}