aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-22 19:41:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-22 19:41:28 +0100
commit4cbdeba02294cef5007b010a6fdd1e888bd53b63 (patch)
tree9d0dbc5890f9b7dfc23a2404308afa4e86131d69 /stats/pwc-language-breakdown-summary.json
parent697c29c187ba7acef23c85d7c3bcc12e04a82c57 (diff)
downloadperlweeklychallenge-club-4cbdeba02294cef5007b010a6fdd1e888bd53b63.tar.gz
perlweeklychallenge-club-4cbdeba02294cef5007b010a6fdd1e888bd53b63.tar.bz2
perlweeklychallenge-club-4cbdeba02294cef5007b010a6fdd1e888bd53b63.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 18e8a66add..47290a084c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,21 @@
{
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-22 18:40:52 GMT"
},
"series" : [
{
"dataLabels" : {
"rotation" : -90,
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "color" : "#FFFFFF",
"format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"enabled" : "true",
- "align" : "right",
"y" : 10
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,40 +23,41 @@
],
[
"Perl",
- 3329
+ 3331
],
[
"Raku",
- 2169
+ 2168
]
- ]
+ ],
+ "name" : "Contributions"
}
],
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-22 12:01:24 GMT"
+ }
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}