aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 20:34:12 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 20:34:12 +0100
commitbf3ea4281ea6efa4cdc701592d48a559e4777e6d (patch)
tree5803f9b23fd109936f58aac0a9181c9ad6c1754d /stats/pwc-language-breakdown-summary.json
parent9316174b82478d27cccbcfcd08c79d6071a22189 (diff)
downloadperlweeklychallenge-club-bf3ea4281ea6efa4cdc701592d48a559e4777e6d.tar.gz
perlweeklychallenge-club-bf3ea4281ea6efa4cdc701592d48a559e4777e6d.tar.bz2
perlweeklychallenge-club-bf3ea4281ea6efa4cdc701592d48a559e4777e6d.zip
- Added solutions by Markus Holzer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 51ffdf6dd7..46c9eba175 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,35 @@
{
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-30 19:33:56 GMT"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
"y" : 10,
- "color" : "#FFFFFF",
"enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "align" : "right",
"rotation" : -90
},
"data" : [
@@ -27,37 +39,25 @@
],
[
"Perl",
- 2255
+ 2256
],
[
"Raku",
- 1396
+ 1398
]
]
}
],
- "subtitle" : {
- "text" : "Last updated at 2020-03-30 19:27:48 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"chart" : {
"type" : "column"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
}
- },
- "legend" : {
- "enabled" : "false"
}
}