aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-16 23:00:49 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-16 23:00:49 +0000
commit70e34681765e5bc1eed8b8e97963572fbf0ee863 (patch)
treed394b3c7f5739d30502dbfa91ca59fd1f47c7cf3 /stats/pwc-language-breakdown-summary.json
parent997841efde569ddcda7aac1cc547b6d9d5c6b82c (diff)
downloadperlweeklychallenge-club-70e34681765e5bc1eed8b8e97963572fbf0ee863.tar.gz
perlweeklychallenge-club-70e34681765e5bc1eed8b8e97963572fbf0ee863.tar.bz2
perlweeklychallenge-club-70e34681765e5bc1eed8b8e97963572fbf0ee863.zip
- Added solutions to weeks 54 and 55 by Stuart Little.
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 3dd0ebb041..1338f99a8c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,33 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"subtitle" : {
- "text" : "Last updated at 2020-11-16 22:56:13 GMT"
+ "text" : "Last updated at 2020-11-16 23:00:28 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -15,49 +42,22 @@
],
[
"Raku",
- 2482
+ 2486
]
],
+ "name" : "Contributions",
"dataLabels" : {
"rotation" : -90,
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
- }
- ],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
}
}
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- }
+ ]
}