aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 09:11:21 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 09:11:21 +0000
commit40464b6164181aff84d4124e7cbcf1687d0a0fa2 (patch)
tree8be68a20b4fd311acf385def1203f0f104204df7 /stats/pwc-language-breakdown-summary.json
parent25cf8cf481be689dd5a159c5a4df0eaa4f272339 (diff)
downloadperlweeklychallenge-club-40464b6164181aff84d4124e7cbcf1687d0a0fa2.tar.gz
perlweeklychallenge-club-40464b6164181aff84d4124e7cbcf1687d0a0fa2.tar.bz2
perlweeklychallenge-club-40464b6164181aff84d4124e7cbcf1687d0a0fa2.zip
- Added contributions by Roger Bell_West.
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 7c40c9dc56..b418ae9e30 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,28 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "chart" : {
- "type" : "column"
+ },
+ "type" : "category"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-16 09:09:31 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2022-02-15 15:08:16 GMT"
- },
"series" : [
{
"name" : "Contributions",
@@ -33,31 +33,31 @@
],
[
"Perl",
- 7286
+ 7288
],
[
"Raku",
- 4381
+ 4383
]
],
"dataLabels" : {
- "y" : 10,
- "rotation" : -90,
"format" : "{point.y:.0f}",
- "align" : "right",
"enabled" : "true",
+ "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "rotation" : -90,
+ "y" : 10,
"color" : "#FFFFFF"
}
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}