aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:04:19 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:04:19 +0100
commit5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389 (patch)
treef8e5f30d5c74a3fabf5d7fdceba910ed689a0e03 /stats/pwc-language-breakdown-summary.json
parenta8b0a9d6c302b35dfdb94f21b696718c914e74b5 (diff)
downloadperlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.tar.gz
perlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.tar.bz2
perlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.zip
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index de6012ec86..9f111d6c2a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-04 20:03:30 GMT"
},
"yAxis" : {
"title" : {
@@ -14,24 +8,23 @@
},
"min" : 0
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-04 18:36:16 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "type" : "category"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -39,25 +32,32 @@
],
[
"Perl",
- 5224
+ 5226
],
[
"Raku",
3326
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
+ "rotation" : -90,
"enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF",
- "align" : "right",
- "rotation" : -90
+ "color" : "#FFFFFF"
}
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ }
}