aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-20 16:53:11 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-20 16:53:11 +0000
commite28e0de8f2a9cc5a4778bbe1fdd20d28ed2f350f (patch)
tree4a9b9d58e91f10407d3e79e5dc41cd464e64ae37 /stats/pwc-language-breakdown-summary.json
parent073831fd45dabeb435b94c3d166c3acabba2dabb (diff)
downloadperlweeklychallenge-club-e28e0de8f2a9cc5a4778bbe1fdd20d28ed2f350f.tar.gz
perlweeklychallenge-club-e28e0de8f2a9cc5a4778bbe1fdd20d28ed2f350f.tar.bz2
perlweeklychallenge-club-e28e0de8f2a9cc5a4778bbe1fdd20d28ed2f350f.zip
- Added solutions by Luca Ferrari.
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 c3eed0ab0a..ef615c9bf4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -5,29 +5,8 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right"
- },
"data" : [
[
"Blog",
@@ -39,25 +18,46 @@
],
[
"Raku",
- 1068
+ 1070
]
],
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
"name" : "Contributions"
}
],
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-01-20 16:52:39 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2020-01-20 02:57:47 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "min" : 0
}
}