aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-25 12:31:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-25 12:31:09 +0100
commit21b2a6bfabc1d2f853c4bd4867c50594aede4464 (patch)
tree26695c0d4ce01c3c60958e1968010ced7494c40c /stats/pwc-language-breakdown-summary.json
parent8abbc73d38f795b513102075eff5e40f753ff1d4 (diff)
downloadperlweeklychallenge-club-21b2a6bfabc1d2f853c4bd4867c50594aede4464.tar.gz
perlweeklychallenge-club-21b2a6bfabc1d2f853c4bd4867c50594aede4464.tar.bz2
perlweeklychallenge-club-21b2a6bfabc1d2f853c4bd4867c50594aede4464.zip
- Added solutions by E. Choroba.
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 bc0284ab70..7caa0ba78b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,30 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-25 11:30:49 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
@@ -14,50 +35,29 @@
],
[
"Perl",
- 2886
+ 2888
],
[
"Raku",
1856
]
],
+ "name" : "Contributions",
"dataLabels" : {
"align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
+ "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"enabled" : "true",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ }
}
],
"legend" : {
"enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-07-25 11:23:34 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
}
}