aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-12 06:08:21 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-12 06:08:21 +0100
commitc2eef9271d348bacd6960f67323c699b2b83226e (patch)
tree82ab772eefcfa88dc3605c6fc3e29e9a485ef00d /stats/pwc-language-breakdown-summary.json
parent52e705b127ea06776d0db97f27bf78d9628e9381 (diff)
downloadperlweeklychallenge-club-c2eef9271d348bacd6960f67323c699b2b83226e.tar.gz
perlweeklychallenge-club-c2eef9271d348bacd6960f67323c699b2b83226e.tar.bz2
perlweeklychallenge-club-c2eef9271d348bacd6960f67323c699b2b83226e.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ce2d29e0c9..1b791f4821 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,4 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -14,50 +8,56 @@
},
"type" : "category"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
"rotation" : -90,
"y" : 10,
"enabled" : "true",
"color" : "#FFFFFF",
- "align" : "right",
"format" : "{point.y:.0f}",
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"data" : [
[
"Blog",
- 1716
+ 1717
],
[
"Perl",
- 5744
+ 5746
],
[
"Raku",
- 3600
+ 3602
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"legend" : {
"enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2021-07-11 22:37:24 GMT"
+ "text" : "Last updated at 2021-07-12 05:07:38 GMT"
+ },
+ "chart" : {
+ "type" : "column"
}
}