aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-05 16:20:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-05 16:20:41 +0100
commit9b0a005eb498e5d2a8e49ff0ba45dce16a82f389 (patch)
tree4866aeaad01ab4a666ac96c1d8c792cc830b9ef9 /stats/pwc-language-breakdown-summary.json
parent918d4ad17fef268fa5165c7621e54d622a95916b (diff)
downloadperlweeklychallenge-club-9b0a005eb498e5d2a8e49ff0ba45dce16a82f389.tar.gz
perlweeklychallenge-club-9b0a005eb498e5d2a8e49ff0ba45dce16a82f389.tar.bz2
perlweeklychallenge-club-9b0a005eb498e5d2a8e49ff0ba45dce16a82f389.zip
- Added solutions by Dave Jacoby.
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 925e05a7ad..a364dcfa3d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
+ }
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-05 15:18:56 GMT"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2411
+ 2412
],
[
"Perl",
- 7657
+ 7659
],
[
"Raku",
4587
]
],
+ "name" : "Contributions",
"dataLabels" : {
"align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "format" : "{point.y:.0f}"
+ }
}
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-04-05 13:51:52 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}