aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-08 10:20:32 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-08 10:20:32 +0000
commit10b020ec45585fac7ef5bca14e0f365ff91bd76d (patch)
treef91152479beb005dae631369403ae7ac6575b498 /stats/pwc-language-breakdown-summary.json
parentd4d03f8509f41ec69bd03c68e4e68c9ff3dbe35c (diff)
downloadperlweeklychallenge-club-10b020ec45585fac7ef5bca14e0f365ff91bd76d.tar.gz
perlweeklychallenge-club-10b020ec45585fac7ef5bca14e0f365ff91bd76d.tar.bz2
perlweeklychallenge-club-10b020ec45585fac7ef5bca14e0f365ff91bd76d.zip
- Added solutions to week 6 by Stuart Little.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5785d0c126..e3fbdfd6b2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,19 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2020-12-08 10:19:38 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
@@ -12,47 +27,32 @@
],
[
"Raku",
- 2667
+ 2669
]
],
"dataLabels" : {
+ "enabled" : "true",
+ "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"align" : "right",
- "enabled" : "true",
- "y" : 10,
- "rotation" : -90,
"color" : "#FFFFFF",
+ "y" : 10,
"format" : "{point.y:.0f}"
},
"name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-12-08 10:11:36 GMT"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
},
"yAxis" : {
"min" : 0,