aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-02 00:08:30 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-02 00:08:30 +0000
commite6ca6cff747dbf34bdc4711b662302bac09c6dae (patch)
tree4514e2da02b7eec7bceed9543d9258c7aff7f02b /stats/pwc-language-breakdown-summary.json
parent6df888bbb293b590cb6f84ebedb81d64ad700645 (diff)
downloadperlweeklychallenge-club-e6ca6cff747dbf34bdc4711b662302bac09c6dae.tar.gz
perlweeklychallenge-club-e6ca6cff747dbf34bdc4711b662302bac09c6dae.tar.bz2
perlweeklychallenge-club-e6ca6cff747dbf34bdc4711b662302bac09c6dae.zip
- Added solutions by Ian Rifkin.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5175543d21..52eb7fb49b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,18 @@
{
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right"
+ },
"data" : [
[
"Blog",
@@ -8,56 +20,44 @@
],
[
"Perl",
- 2054
+ 2056
],
[
"Raku",
1254
]
],
- "dataLabels" : {
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right"
- },
"name" : "Contributions"
}
],
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "subtitle" : {
- "text" : "Last updated at 2020-03-01 23:44:19 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-02 00:08:13 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}