aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-18 16:36:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-18 16:36:14 +0100
commit28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05 (patch)
treee95e8f535b4fdc5fae55613c1910fb80bb01c3ae /stats/pwc-language-breakdown-summary.json
parent9a948f1a8f9bbe8d5c66dc3730732b492454f8fa (diff)
downloadperlweeklychallenge-club-28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05.tar.gz
perlweeklychallenge-club-28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05.tar.bz2
perlweeklychallenge-club-28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3e7c8a1b76..a5ccd9ff76 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,49 @@
{
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-18 15:36:01 GMT"
},
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "enabled" : "true",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -23,41 +51,13 @@
],
[
"Perl",
- 5329
+ 5330
],
[
"Raku",
- 3380
+ 3382
]
- ],
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
+ ]
}
- ],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-18 13:16:25 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- }
+ ]
}