aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-06 13:56:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-06 13:56:09 +0100
commit105563dc4ceee857f79fe9e53719dece5580e236 (patch)
tree21c87b34e7ce33b6c072c0583a7ea9682c7ccb80 /stats/pwc-language-breakdown-summary.json
parent74a4c28cbe86085ffd4bd3f919260c75319c7f8f (diff)
downloadperlweeklychallenge-club-105563dc4ceee857f79fe9e53719dece5580e236.tar.gz
perlweeklychallenge-club-105563dc4ceee857f79fe9e53719dece5580e236.tar.bz2
perlweeklychallenge-club-105563dc4ceee857f79fe9e53719dece5580e236.zip
- Added solutions by Athanasius.
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 a76bfbcabc..4d5b951cc4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,35 +1,41 @@
{
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-06 12:56:02 GMT"
},
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
- "subtitle" : {
- "text" : "Last updated at 2019-10-06 11:12:15 GMT"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"series" : [
{
"dataLabels" : {
- "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "rotation" : -90,
- "align" : "right",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "y" : 10,
- "enabled" : "true"
+ "enabled" : "true",
+ "rotation" : -90,
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10
},
"name" : "Contributions",
"data" : [
@@ -39,11 +45,11 @@
],
[
"Perl 5",
- 1133
+ 1135
],
[
"Perl 6",
- 688
+ 690
]
]
}
@@ -51,13 +57,7 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "chart" : {
+ "type" : "column"
}
}