aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-24 07:04:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-24 07:04:28 +0100
commit032d3556ef56d217e5d92d3a3bca60332fb88ad0 (patch)
treee78bb5d6221ed762848a99928e70888ca2f91934 /stats/pwc-language-breakdown-summary.json
parent3649de0def8d04e3d629670e744be0a77d59d44b (diff)
downloadperlweeklychallenge-club-032d3556ef56d217e5d92d3a3bca60332fb88ad0.tar.gz
perlweeklychallenge-club-032d3556ef56d217e5d92d3a3bca60332fb88ad0.tar.bz2
perlweeklychallenge-club-032d3556ef56d217e5d92d3a3bca60332fb88ad0.zip
- Added solutions by Markus Holzer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7027dae81e..763d0ab0f5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,25 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"legend" : {
"enabled" : "false"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-07-24 06:04:11 GMT"
+ },
"series" : [
{
"data" : [
@@ -15,49 +33,31 @@
],
[
"Raku",
- 3643
+ 3645
]
],
"name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"y" : 10,
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
- "color" : "#FFFFFF"
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
}
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-07-23 16:04:37 GMT"
+ }
}
}