aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-10 00:05:37 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-10 00:05:37 +0000
commit34c65824b60ec82e749a15503a2e1fc5e447d2ac (patch)
tree59262442eeed12958c8c6e48f1504ddd5a2981ba /stats/pwc-language-breakdown-summary.json
parent518cfa44e2e823ec50022f264b5f4ced3ebd43a2 (diff)
downloadperlweeklychallenge-club-34c65824b60ec82e749a15503a2e1fc5e447d2ac.tar.gz
perlweeklychallenge-club-34c65824b60ec82e749a15503a2e1fc5e447d2ac.tar.bz2
perlweeklychallenge-club-34c65824b60ec82e749a15503a2e1fc5e447d2ac.zip
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f19f7645dc..32d0695fbb 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,6 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
"type" : "category",
@@ -11,26 +11,32 @@
}
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2020-02-10 00:05:07 GMT"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2020-02-09 23:51:34 GMT"
- },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "align" : "right"
+ },
"name" : "Contributions",
"data" : [
[
@@ -39,25 +45,19 @@
],
[
"Perl",
- 1898
+ 1900
],
[
"Raku",
1159
]
- ],
- "dataLabels" : {
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ ]
}
- ]
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}