aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-20 12:04:46 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-20 12:04:46 +0100
commit71ecb0f7220269142d4274fffd04b40b4d8f7052 (patch)
treedd64fe4c56957d7becca6243e732e1d7b74279f4 /stats/pwc-language-breakdown-summary.json
parentb7394f415591b78ba0f96c31ce185d7c8663b584 (diff)
downloadperlweeklychallenge-club-71ecb0f7220269142d4274fffd04b40b4d8f7052.tar.gz
perlweeklychallenge-club-71ecb0f7220269142d4274fffd04b40b4d8f7052.tar.bz2
perlweeklychallenge-club-71ecb0f7220269142d4274fffd04b40b4d8f7052.zip
- Added Perl solution to "Four Squares Puzzle" task of week 109.
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 bd9db147c3..b45bad5270 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,19 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-04-20 02:30:55 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"series" : [
{
"dataLabels" : {
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF"
+ "y" : 10
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -26,38 +21,43 @@
],
[
"Perl",
- 5127
+ 5128
],
[
"Raku",
3253
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-20 11:04:15 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}