aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 17:24:02 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 17:24:02 +0000
commit549e08d4b7c765f8043b9b2b04f553f1e18bd165 (patch)
tree2947c896e8c67ba855b2a8499f3ca46dc452a153 /stats/pwc-language-breakdown-summary.json
parentdeee019b1e6a3e879d9be3ba15a673e08f7e07ca (diff)
downloadperlweeklychallenge-club-549e08d4b7c765f8043b9b2b04f553f1e18bd165.tar.gz
perlweeklychallenge-club-549e08d4b7c765f8043b9b2b04f553f1e18bd165.tar.bz2
perlweeklychallenge-club-549e08d4b7c765f8043b9b2b04f553f1e18bd165.zip
- Added solutions by Alicia Bielsa.
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 fd558641ec..25198abf32 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,6 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-03-09 15:21:43 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -36,28 +8,56 @@
],
[
"Perl",
- 2117
+ 2119
],
[
"Raku",
- 1293
+ 1294
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ }
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-09 17:23:57 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"legend" : {
"enabled" : "false"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}