aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-31 05:16:50 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-31 05:16:50 +0100
commitd43ccd69ba0bc8d5c9891e2e8aeef03a44861395 (patch)
treed4590c90575799544c9cdc2db8ff67ab036c42f2 /stats/pwc-language-breakdown-summary.json
parent39101d6a6d2e421b9f7d597bb130e8ebdb8a1d55 (diff)
downloadperlweeklychallenge-club-d43ccd69ba0bc8d5c9891e2e8aeef03a44861395.tar.gz
perlweeklychallenge-club-d43ccd69ba0bc8d5c9891e2e8aeef03a44861395.tar.bz2
perlweeklychallenge-club-d43ccd69ba0bc8d5c9891e2e8aeef03a44861395.zip
- Added solutions by David Schwartz.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b96a0a6f7b..34f67e3926 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,22 @@
{
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-31 04:16:00 GMT"
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
@@ -35,29 +26,38 @@
],
[
"Perl",
- 5403
+ 5405
],
[
"Raku",
3433
]
],
- "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "y" : 10,
+ "color" : "#FFFFFF",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
+ "align" : "right",
+ "format" : "{point.y:.0f}",
"rotation" : -90,
"enabled" : "true",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
- }
+ "y" : 10
+ },
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2021-05-30 21:54:35 GMT"
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
}
}