aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-27 21:34:57 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-27 21:34:57 +0100
commitecabc8310923fdd156aa30af1501569c7c1bfad0 (patch)
tree3ae20130d256f26b613a2367b1cd099191bd006d /stats/pwc-language-breakdown-summary.json
parent308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f (diff)
downloadperlweeklychallenge-club-ecabc8310923fdd156aa30af1501569c7c1bfad0.tar.gz
perlweeklychallenge-club-ecabc8310923fdd156aa30af1501569c7c1bfad0.tar.bz2
perlweeklychallenge-club-ecabc8310923fdd156aa30af1501569c7c1bfad0.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bd1271ee89..0b8962cf95 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,56 +1,41 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-09-27 20:23:20 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
- 996
+ 997
],
[
"Perl",
- 3376
+ 3377
],
[
"Raku",
- 2184
+ 2186
]
],
- "name" : "Contributions",
- "dataLabels" : {
- "align" : "right",
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- }
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"min" : 0,
"title" : {
@@ -59,5 +44,20 @@
},
"chart" : {
"type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-27 20:34:36 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}