aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-29 01:20:52 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-29 01:20:52 +0100
commit25f6f0ac497eca5dff59e89e478b12de1e4db8a0 (patch)
tree77df228432ea78ba97fa5d7ab043a1310f09ecb4 /stats/pwc-language-breakdown-summary.json
parent1950c56c7f86c61fa5e7313b343c740b28502cf5 (diff)
downloadperlweeklychallenge-club-25f6f0ac497eca5dff59e89e478b12de1e4db8a0.tar.gz
perlweeklychallenge-club-25f6f0ac497eca5dff59e89e478b12de1e4db8a0.tar.bz2
perlweeklychallenge-club-25f6f0ac497eca5dff59e89e478b12de1e4db8a0.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1f46486818..60212bc762 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,18 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-29 00:20:31 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
- "dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
- "enabled" : "true"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -21,15 +20,31 @@
],
[
"Perl",
- 2436
+ 2438
],
[
"Raku",
1524
]
- ]
+ ],
+ "dataLabels" : {
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -39,25 +54,10 @@
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-04-28 19:41:22 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}