aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-08 12:53:30 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-08 12:53:30 +0100
commite2d97eb5f4eb7f99c8ab07f6b2071bd2e4017800 (patch)
treeb04c794e713ce09480e042f5f947e72397f5a8f9 /stats/pwc-language-breakdown-summary.json
parent46e991a1ea1054329eadf4d95eac9be04c4c7800 (diff)
downloadperlweeklychallenge-club-e2d97eb5f4eb7f99c8ab07f6b2071bd2e4017800.tar.gz
perlweeklychallenge-club-e2d97eb5f4eb7f99c8ab07f6b2071bd2e4017800.tar.bz2
perlweeklychallenge-club-e2d97eb5f4eb7f99c8ab07f6b2071bd2e4017800.zip
- Added solutions by Sangeet Kar.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 180db08e15..daaf4d57a4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,7 @@
{
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-05-08 09:44:43 GMT"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -17,45 +9,53 @@
],
[
"Perl",
- 2476
+ 2478
],
[
"Raku",
1554
]
],
- "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90,
+ "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "color" : "#FFFFFF"
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right",
+ "enabled" : "true"
}
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-05-08 11:52:56 GMT"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "type" : "category"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"