aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-24 06:01:51 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-24 06:01:51 +0100
commitbb06570f6b1634ca14bfd08927f3bfc6c052c494 (patch)
tree0c7b1d7364f5bacce424901e9ff030fe2bbb3735 /stats/pwc-language-breakdown-summary.json
parent3c3a397180f90b9739175800a20c55747df8e626 (diff)
downloadperlweeklychallenge-club-bb06570f6b1634ca14bfd08927f3bfc6c052c494.tar.gz
perlweeklychallenge-club-bb06570f6b1634ca14bfd08927f3bfc6c052c494.tar.bz2
perlweeklychallenge-club-bb06570f6b1634ca14bfd08927f3bfc6c052c494.zip
- Added solution by Robbie Hatley.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 68a00cb9c6..23af14c239 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,18 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -15,49 +20,44 @@
],
[
"Perl",
- 9127
+ 9128
],
[
"Raku",
5471
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
"rotation" : -90,
- "color" : "#FFFFFF",
"enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "align" : "right",
- "format" : "{point.y:.0f}"
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
}
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-10-24 00:24:46 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2022-10-24 04:59:35 GMT"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
}
}