aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 09:22:49 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 09:22:49 +0100
commitd3555cbcb94591c037667d64c72ad06cc9dd127a (patch)
treeb4b07c7dd7c12b46b9275217c8e8f084ab15a707 /stats/pwc-language-breakdown-summary.json
parentbd158646254dfffaf7fa6d42ca34f73195d66c83 (diff)
downloadperlweeklychallenge-club-d3555cbcb94591c037667d64c72ad06cc9dd127a.tar.gz
perlweeklychallenge-club-d3555cbcb94591c037667d64c72ad06cc9dd127a.tar.bz2
perlweeklychallenge-club-d3555cbcb94591c037667d64c72ad06cc9dd127a.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f1379e265a..3724a294c0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "subtitle" : {
- "text" : "Last updated at 2019-07-21 08:00:36 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 157
+ 159
],
[
"Perl 5",
- 698
+ 702
],
[
"Perl 6",
- 399
+ 401
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "y" : 10
+ }
}
],
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-21 08:22:29 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}