aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-15 15:04:05 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-15 15:04:05 +0100
commit5ac6928803515f0180a2e0c4e1a3c3cccf111d3b (patch)
tree0f092ea3dd027444d70c92eae6881e949b3da70a /stats/pwc-language-breakdown-summary.json
parent40d84dd157abdebc9ba229e69f94e79557898a92 (diff)
downloadperlweeklychallenge-club-5ac6928803515f0180a2e0c4e1a3c3cccf111d3b.tar.gz
perlweeklychallenge-club-5ac6928803515f0180a2e0c4e1a3c3cccf111d3b.tar.bz2
perlweeklychallenge-club-5ac6928803515f0180a2e0c4e1a3c3cccf111d3b.zip
- Added solutions by Luca Ferrari.
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 a49b300552..2f64e990b3 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,32 +1,19 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
- 746
+ 748
],
[
"Perl",
@@ -34,30 +21,43 @@
],
[
"Raku",
- 1699
+ 1701
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "align" : "right",
+ "enabled" : "true",
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2020-06-15 06:57:19 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2020-06-15 14:03:52 GMT"
}
}