aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 22:16:32 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 22:16:32 +0100
commit278d78532f23217734d6a2233ca18fded2a63c6e (patch)
treee2f7671d94314449bb31a8c61e6460aa1c18e344 /stats/pwc-language-breakdown-summary.json
parent7451d93316bf8f64b593f8884423e6b113da5892 (diff)
downloadperlweeklychallenge-club-278d78532f23217734d6a2233ca18fded2a63c6e.tar.gz
perlweeklychallenge-club-278d78532f23217734d6a2233ca18fded2a63c6e.tar.bz2
perlweeklychallenge-club-278d78532f23217734d6a2233ca18fded2a63c6e.zip
- Added solutions by Adam Russell.
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 a23130fa7c..7b21ae9f1c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,4 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -23,17 +8,22 @@
}
}
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-13 21:16:19 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 963
+ 964
],
[
"Perl",
- 3245
+ 3247
],
[
"Raku",
@@ -41,23 +31,33 @@
]
],
"dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
+ "y" : 10,
+ "rotation" : -90,
"color" : "#FFFFFF",
- "align" : "right",
"format" : "{point.y:.0f}",
"enabled" : "true",
- "y" : 10,
- "rotation" : -90
- }
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "name" : "Contributions"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"legend" : {
"enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-13 18:11:37 GMT"
}
}