aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-28 00:00:45 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-28 00:00:45 +0100
commit32f85772c30b845665d20508cdb2cfde8d358060 (patch)
tree7cda22404c442a17813814a37a5c0c5112a7e943 /stats/pwc-language-breakdown-summary.json
parent2780a5d49bb1da99a4a2971e2a6cf219ce0a5c4c (diff)
downloadperlweeklychallenge-club-32f85772c30b845665d20508cdb2cfde8d358060.tar.gz
perlweeklychallenge-club-32f85772c30b845665d20508cdb2cfde8d358060.tar.bz2
perlweeklychallenge-club-32f85772c30b845665d20508cdb2cfde8d358060.zip
- Added solution by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c8812b3aac..824fa59817 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-09-27 20:51:29 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-27 23:00:29 GMT"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right"
+ },
"data" : [
[
"Blog",
- 997
+ 998
],
[
"Perl",
- 3379
+ 3380
],
[
"Raku",
2186
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ ]
}
- ],
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- }
+ ]
}