aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-13 00:17:54 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-13 00:17:54 +0000
commitd069a7d374414fa41fa02a8b0ce296101cd2978f (patch)
tree9c31a66dc9f207153851ea9c389227aec63c177c /stats/pwc-language-breakdown-summary.json
parentbf2016e22f929ec73e118b8cb0c179abc1c88f98 (diff)
downloadperlweeklychallenge-club-d069a7d374414fa41fa02a8b0ce296101cd2978f.tar.gz
perlweeklychallenge-club-d069a7d374414fa41fa02a8b0ce296101cd2978f.tar.bz2
perlweeklychallenge-club-d069a7d374414fa41fa02a8b0ce296101cd2978f.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1bef88606c..8f2544ddb6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-02-13 00:08:58 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"series" : [
{
+ "dataLabels" : {
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "enabled" : "true"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1326
+ 1327
],
[
"Perl",
- 4616
+ 4618
],
[
"Raku",
- 2982
+ 2984
]
- ],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "align" : "right",
- "y" : 10,
- "enabled" : "true"
- },
- "name" : "Contributions"
+ ]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-13 00:17:14 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
}
}