aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-29 18:00:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-29 18:00:04 +0100
commit2ba2a46f6d2eb7ecc4d3db088505df6e86665e75 (patch)
treebc785c5e864d4c82570c146211d61899aafdbfaf /stats/pwc-language-breakdown-summary.json
parent2a0a29c1babe10fab4063b25207c55a958d1a75f (diff)
downloadperlweeklychallenge-club-2ba2a46f6d2eb7ecc4d3db088505df6e86665e75.tar.gz
perlweeklychallenge-club-2ba2a46f6d2eb7ecc4d3db088505df6e86665e75.tar.bz2
perlweeklychallenge-club-2ba2a46f6d2eb7ecc4d3db088505df6e86665e75.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index af0a62cab2..ca1452e488 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,43 @@
{
"subtitle" : {
- "text" : "Last updated at 2022-07-29 14:38:41 GMT"
+ "text" : "Last updated at 2022-07-29 16:34:15 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right"
+ },
"data" : [
[
"Blog",
@@ -15,49 +45,19 @@
],
[
"Perl",
- 8528
+ 8530
],
[
"Raku",
- 5075
+ 5077
]
- ],
- "dataLabels" : {
- "align" : "right",
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "rotation" : -90
- }
+ ]
}
],
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
}
}