aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-06 23:23:20 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-06 23:23:20 +0100
commit9243d575d94496da3a0f25d0f01d4d5ebaeb5eda (patch)
treeb18f8962a988efdd7fe78d4dfbb19098424e3afe /stats/pwc-language-breakdown-summary.json
parent1b015112157d375d1646e1b5d7f0ae003485ae4d (diff)
downloadperlweeklychallenge-club-9243d575d94496da3a0f25d0f01d4d5ebaeb5eda.tar.gz
perlweeklychallenge-club-9243d575d94496da3a0f25d0f01d4d5ebaeb5eda.tar.bz2
perlweeklychallenge-club-9243d575d94496da3a0f25d0f01d4d5ebaeb5eda.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3af9317290..d327ce3cad 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,13 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-06 21:35:36 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -38,23 +15,46 @@
],
[
"Perl",
- 3189
+ 3191
],
[
"Raku",
- 2074
+ 2076
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "y" : 10,
+ "enabled" : "true",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ }
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-06 22:22:54 GMT"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
},
"legend" : {