aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-15 00:09:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-15 00:09:09 +0100
commit7f736f61354f3fa72e8a87a124caa194281c2f2a (patch)
tree89577e1eb223e07c4f15fd0a0c3ee0380471842d /stats/pwc-language-breakdown-summary.json
parentf008bd9b4a5e96ef5e870642bd1bed7ba3782565 (diff)
downloadperlweeklychallenge-club-7f736f61354f3fa72e8a87a124caa194281c2f2a.tar.gz
perlweeklychallenge-club-7f736f61354f3fa72e8a87a124caa194281c2f2a.tar.bz2
perlweeklychallenge-club-7f736f61354f3fa72e8a87a124caa194281c2f2a.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index be2443d02d..443999deba 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,37 +1,9 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-06-14 22:59:31 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true"
- },
"data" : [
[
"Blog",
@@ -39,25 +11,53 @@
],
[
"Perl",
- 2670
+ 2672
],
[
"Raku",
- 1692
+ 1694
]
- ]
+ ],
+ "dataLabels" : {
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "align" : "right",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2020-06-14 23:08:57 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}