aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-25 20:00:53 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-25 20:00:53 +0100
commit0b3e22eaa7919c245aafaefd724b8cfd7fcb612d (patch)
treee0d2e48c568522498e0bd1f647d803452490d1f2 /stats/pwc-language-breakdown-summary.json
parent19f668d40162fb8dc37627310b4572bdcece593c (diff)
downloadperlweeklychallenge-club-0b3e22eaa7919c245aafaefd724b8cfd7fcb612d.tar.gz
perlweeklychallenge-club-0b3e22eaa7919c245aafaefd724b8cfd7fcb612d.tar.bz2
perlweeklychallenge-club-0b3e22eaa7919c245aafaefd724b8cfd7fcb612d.zip
- Added solutions by Pete Houston.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e3590c8ed0..d57f49ce45 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,24 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"chart" : {
"type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2021-06-25 18:52:56 GMT"
+ "text" : "Last updated at 2021-06-25 18:59:43 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
@@ -14,7 +29,7 @@
],
[
"Perl",
- 5599
+ 5601
],
[
"Raku",
@@ -22,32 +37,20 @@
]
],
"dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
- "rotation" : -90,
"format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "rotation" : -90,
"align" : "right",
"enabled" : "true"
},
"name" : "Contributions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"yAxis" : {
"min" : 0,
"title" : {
@@ -56,8 +59,5 @@
},
"legend" : {
"enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}