aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-27 21:29:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-27 21:29:54 +0100
commit3be055bb3275324fd02a11efaac7ab79173ca92e (patch)
treedd4620ad6dec1237a41a1e230012f16e30cbffaa /stats/pwc-language-breakdown-summary.json
parent7751541c58b21704a6fc027bb8e198f36b23f340 (diff)
downloadperlweeklychallenge-club-3be055bb3275324fd02a11efaac7ab79173ca92e.tar.gz
perlweeklychallenge-club-3be055bb3275324fd02a11efaac7ab79173ca92e.tar.bz2
perlweeklychallenge-club-3be055bb3275324fd02a11efaac7ab79173ca92e.zip
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f01c70b031..b57de91f78 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,10 @@
{
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-27 09:50:23 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -23,30 +12,32 @@
],
[
"Perl",
- 5380
+ 5382
],
[
"Raku",
3421
]
],
- "name" : "Contributions",
"dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
"y" : 10,
"enabled" : "true",
- "format" : "{point.y:.0f}",
- "rotation" : -90
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right"
}
}
],
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"xAxis" : {
"type" : "category",
@@ -57,7 +48,16 @@
}
}
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-27 20:29:06 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
}
}