aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-09 19:57:35 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-09 19:57:35 +0100
commit5d34794bb601a409fc980d4b35b2b4e893d2acbf (patch)
treecc8e4f142c685c512a70b50583a7b9d3f09ac2aa /stats/pwc-language-breakdown-summary.json
parent76b55df319bb7aa2fce133049435010d318f3145 (diff)
downloadperlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.tar.gz
perlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.tar.bz2
perlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.zip
- Added solutions to task 1 of week 16 and 17 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bc617e4594..b01943f9aa 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,35 +2,24 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"subtitle" : {
- "text" : "Last updated at 2021-05-09 18:48:38 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "text" : "Last updated at 2021-05-09 18:56:17 GMT"
},
"series" : [
{
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right",
+ "enabled" : "true"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -38,26 +27,37 @@
],
[
"Perl",
- 5256
+ 5258
],
[
"Raku",
3339
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ ]
}
- ]
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}