aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-14 04:01:13 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-14 04:01:13 +0000
commitb122f1d67de0344563df2c3f31e0b97cc70a4a5f (patch)
tree7a863256443336f8b3ff6ef73398f5df226e568d /stats/pwc-language-breakdown-summary.json
parent3460a0dd47fb228688c295caf48b9c1056c3caa0 (diff)
downloadperlweeklychallenge-club-b122f1d67de0344563df2c3f31e0b97cc70a4a5f.tar.gz
perlweeklychallenge-club-b122f1d67de0344563df2c3f31e0b97cc70a4a5f.tar.bz2
perlweeklychallenge-club-b122f1d67de0344563df2c3f31e0b97cc70a4a5f.zip
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a32aaf76cc..56e89c4f49 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,18 @@
{
"series" : [
{
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right"
+ },
"data" : [
[
"Blog",
@@ -8,31 +20,31 @@
],
[
"Perl",
- 4620
+ 4622
],
[
"Raku",
2984
]
],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90
- },
"name" : "Contributions"
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"chart" : {
"type" : "column"
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-14 04:00:55 GMT"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -42,22 +54,10 @@
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-02-13 08:18:51 GMT"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
- },
- "legend" : {
- "enabled" : "false"
}
}