aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-21 16:18:03 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-21 16:18:03 +0000
commit1fe7bd288df99704b72a2d179c57ca016e4933e6 (patch)
tree7417c058bca408e631c91e734477bfcf13535203 /stats/pwc-language-breakdown-summary.json
parent6a3c3d4ca85a205e898251f04a51bede386fa2f9 (diff)
downloadperlweeklychallenge-club-1fe7bd288df99704b72a2d179c57ca016e4933e6.tar.gz
perlweeklychallenge-club-1fe7bd288df99704b72a2d179c57ca016e4933e6.tar.bz2
perlweeklychallenge-club-1fe7bd288df99704b72a2d179c57ca016e4933e6.zip
- Added solutions by Peter Campbell Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 48435e5a81..f10bd4b269 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-21 16:16:32 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "rotation" : -90,
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
- 2110
+ 2111
],
[
"Perl",
- 6905
+ 6907
],
[
"Raku",
4169
]
],
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10
- }
+ "name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-21 16:01:22 GMT"
- },
"legend" : {
"enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
}
}