aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-23 23:43:58 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-23 23:43:58 +0000
commit8a9f7b939b6bed0342312920abc04db6991384eb (patch)
tree6f03eb822e98bc426da09fdc000d6a6dc314c660 /stats/pwc-language-breakdown-summary.json
parentaed29ad93810caa441f2e424a39f3ef94ffaced3 (diff)
downloadperlweeklychallenge-club-8a9f7b939b6bed0342312920abc04db6991384eb.tar.gz
perlweeklychallenge-club-8a9f7b939b6bed0342312920abc04db6991384eb.tar.bz2
perlweeklychallenge-club-8a9f7b939b6bed0342312920abc04db6991384eb.zip
- Added Perl solutions for week 1 by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 78b7c1ffdc..0eb6aaa663 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,21 @@
{
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2021-01-23 22:54:53 GMT"
+ },
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-01-23 23:43:11 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -30,33 +23,40 @@
],
[
"Perl",
- 4446
+ 4448
],
[
"Raku",
2901
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "y" : 10,
"align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
"color" : "#FFFFFF",
"enabled" : "true",
- "y" : 10,
"format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
"rotation" : -90
}
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
}