aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-19 06:21:44 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-19 06:21:44 +0000
commit1165e8eebbc5e9ddf7fc430b0d403dc3892a4bef (patch)
treed00f2a2631fe3269bfe24a275bd60475bd8af6e6 /stats/pwc-language-breakdown-summary.json
parent4d006eba46a36132edf46e8548f5f251b405d006 (diff)
downloadperlweeklychallenge-club-1165e8eebbc5e9ddf7fc430b0d403dc3892a4bef.tar.gz
perlweeklychallenge-club-1165e8eebbc5e9ddf7fc430b0d403dc3892a4bef.tar.bz2
perlweeklychallenge-club-1165e8eebbc5e9ddf7fc430b0d403dc3892a4bef.zip
- Added solutions by Yet Ebreo.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f3cc47a73c..9c863a9c47 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,18 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-02-19 06:17:42 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
"labels" : {
@@ -11,36 +23,23 @@
},
"type" : "category"
},
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-19 06:20:59 GMT"
},
"series" : [
{
"dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
"rotation" : -90,
"align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
"enabled" : "true",
- "format" : "{point.y:.0f}"
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "y" : 10
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -48,16 +47,17 @@
],
[
"Perl",
- 4679
+ 4681
],
[
"Raku",
3012
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
}
}