aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-07 12:07:02 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-07 12:07:02 +0000
commitceca1cc3f48a0e4f16466e08eca5359a92ecc43b (patch)
tree088de5dde819c6ef7153220bfe2224714cdfa2e0 /stats/pwc-language-breakdown-summary.json
parentab8e34c130808e3dc150dca73c1b8bae9bfe380a (diff)
downloadperlweeklychallenge-club-ceca1cc3f48a0e4f16466e08eca5359a92ecc43b.tar.gz
perlweeklychallenge-club-ceca1cc3f48a0e4f16466e08eca5359a92ecc43b.tar.bz2
perlweeklychallenge-club-ceca1cc3f48a0e4f16466e08eca5359a92ecc43b.zip
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e1c2c7ec06..c8eef8d33c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,19 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-02-07 09:00:55 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"legend" : {
"enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -38,26 +21,43 @@
],
[
"Perl",
- 4569
+ 4571
],
[
"Raku",
2960
]
],
- "name" : "Contributions",
"dataLabels" : {
+ "enabled" : "true",
"format" : "{point.y:.0f}",
- "align" : "right",
+ "color" : "#FFFFFF",
+ "y" : 10,
"rotation" : -90,
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "enabled" : "true",
- "y" : 10
+ }
+ }
+ }
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-07 12:05:35 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
- ]
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ }
}