aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-27 17:04:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-27 17:04:40 +0100
commit1eb4c535de62d3a9fb6981beafbf0f0ae65d7d34 (patch)
treeed1fd3a837ffb78cba4418e5bdf1712156be3e75 /stats/pwc-language-breakdown-summary.json
parent5877d6e51c567bd1cda8f9bca8c9ed4e79d2ea66 (diff)
downloadperlweeklychallenge-club-1eb4c535de62d3a9fb6981beafbf0f0ae65d7d34.tar.gz
perlweeklychallenge-club-1eb4c535de62d3a9fb6981beafbf0f0ae65d7d34.tar.bz2
perlweeklychallenge-club-1eb4c535de62d3a9fb6981beafbf0f0ae65d7d34.zip
- Added solutions by Alexander Pankoff.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3a874fd736..fbaa00a83c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,12 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "chart" : {
+ "type" : "column"
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
"min" : 0,
@@ -17,23 +14,23 @@
"text" : null
}
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-27 16:04:20 GMT"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
"align" : "right",
- "color" : "#FFFFFF",
- "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
"enabled" : "true",
- "format" : "{point.y:.0f}"
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
},
"data" : [
[
@@ -42,7 +39,7 @@
],
[
"Perl",
- 3373
+ 3375
],
[
"Raku",
@@ -51,13 +48,16 @@
]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-27 14:03:32 GMT"
+ "legend" : {
+ "enabled" : "false"
}
}