aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 07:46:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 07:46:42 +0100
commitd3c942ee30f9bbb4c51e4401bade63b785959568 (patch)
treee17a0449e49f56eeeb317724e30bbce6b925a29b /stats/pwc-language-breakdown-summary.json
parentb0cff6c68c9970830be9299ca262eb4366a0e387 (diff)
downloadperlweeklychallenge-club-d3c942ee30f9bbb4c51e4401bade63b785959568.tar.gz
perlweeklychallenge-club-d3c942ee30f9bbb4c51e4401bade63b785959568.tar.bz2
perlweeklychallenge-club-d3c942ee30f9bbb4c51e4401bade63b785959568.zip
- Added solution by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e0fcadcba2..1db9bbd9f9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,12 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "enabled" : "true",
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "align" : "right"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -21,32 +14,36 @@
],
[
"Perl",
- 3235
+ 3236
],
[
"Raku",
2113
]
- ]
+ ],
+ "dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10
+ },
+ "name" : "Contributions"
}
],
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
+ },
+ "type" : "category"
},
"yAxis" : {
"title" : {
@@ -54,10 +51,13 @@
},
"min" : 0
},
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2020-09-13 04:47:46 GMT"
+ "text" : "Last updated at 2020-09-13 06:46:29 GMT"
}
}