aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-27 13:26:27 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-27 13:26:27 +0000
commit8c1d54d0d2fee25a02ff012e0c7a8eec2b65a886 (patch)
treef3b5739939f93d54c9bd3bb39d4564268a80f40c /stats/pwc-language-breakdown-summary.json
parent8a1013a53c4c9b4ff5fcacc0746bfb604880e951 (diff)
downloadperlweeklychallenge-club-8c1d54d0d2fee25a02ff012e0c7a8eec2b65a886.tar.gz
perlweeklychallenge-club-8c1d54d0d2fee25a02ff012e0c7a8eec2b65a886.tar.bz2
perlweeklychallenge-club-8c1d54d0d2fee25a02ff012e0c7a8eec2b65a886.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 507bb4b480..277d23e191 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,42 +1,36 @@
{
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2022-02-27 12:57:48 GMT"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-27 13:24:35 GMT"
},
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "align" : "right",
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
- },
"name" : "Contributions",
"data" : [
[
@@ -45,19 +39,25 @@
],
[
"Perl",
- 7359
+ 7361
],
[
"Raku",
- 4423
+ 4425
]
- ]
+ ],
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "y" : 10
+ }
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- }
+ ]
}