aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 09:11:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 09:11:13 +0100
commit1e387fae1cd65bbb26cda9b918684adafd507452 (patch)
tree9112f8bc1a91daea62aa1a2caaa84c903586e92b /stats/pwc-language-breakdown-summary.json
parent24d00718ffaca48c58ac87d40a8689a3eb3c3589 (diff)
downloadperlweeklychallenge-club-1e387fae1cd65bbb26cda9b918684adafd507452.tar.gz
perlweeklychallenge-club-1e387fae1cd65bbb26cda9b918684adafd507452.tar.bz2
perlweeklychallenge-club-1e387fae1cd65bbb26cda9b918684adafd507452.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a314bea5e0..ed1a99d898 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,34 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-05-02 07:53:19 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-02 08:10:42 GMT"
+ },
"legend" : {
"enabled" : "false"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -17,47 +36,28 @@
],
[
"Perl",
- 5191
+ 5193
],
[
"Raku",
- 3302
+ 3304
]
],
"dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
"color" : "#FFFFFF",
- "enabled" : "true",
"y" : 10,
- "format" : "{point.y:.0f}",
+ "rotation" : -90,
"align" : "right",
- "rotation" : -90
- },
- "name" : "Contributions"
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}"
+ }
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"chart" : {
"type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}