aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-09 09:32:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-09 09:32:40 +0100
commit2ae010a110aa5329b3966acdb1a397fe3cde4921 (patch)
treedeac7bad831aadcac837cab4743f3b4bb5600b43 /stats/pwc-language-breakdown-summary.json
parent36968880d10099d539974498c9057412d5206684 (diff)
downloadperlweeklychallenge-club-2ae010a110aa5329b3966acdb1a397fe3cde4921.tar.gz
perlweeklychallenge-club-2ae010a110aa5329b3966acdb1a397fe3cde4921.tar.bz2
perlweeklychallenge-club-2ae010a110aa5329b3966acdb1a397fe3cde4921.zip
- Added solutions by Ulrich Rieke.
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 2eb9aec1aa..1c201d6a67 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,12 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "min" : 0
},
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "align" : "right",
- "color" : "#FFFFFF",
- "y" : 10
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,17 +14,33 @@
],
[
"Perl",
- 3213
+ 3214
],
[
"Raku",
- 2100
+ 2101
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-09 08:32:04 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"chart" : {
"type" : "column"
@@ -51,13 +48,16 @@
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-09 07:59:02 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
}
}