aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-16 18:45:57 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-16 18:45:57 +0100
commite722e3a2172e57f2a47f9153faa3a8874e997abe (patch)
treeb7396685ff37a2160bc72397abec07777226ee48 /stats/pwc-language-breakdown-summary.json
parentff88a3ac610b26e40ddd65839411ce257f3502b5 (diff)
downloadperlweeklychallenge-club-e722e3a2172e57f2a47f9153faa3a8874e997abe.tar.gz
perlweeklychallenge-club-e722e3a2172e57f2a47f9153faa3a8874e997abe.tar.bz2
perlweeklychallenge-club-e722e3a2172e57f2a47f9153faa3a8874e997abe.zip
- Added solutions by Mark Senn.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e521b93849..ebd1422ef7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,26 @@
{
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-06-16 17:20:38 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-06-16 17:45:16 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 106
+ 107
],
[
"Perl 5",
@@ -24,29 +28,25 @@
],
[
"Perl 6",
- 287
+ 289
]
],
- "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
"y" : 10,
+ "rotation" : -90,
"color" : "#FFFFFF",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right"
+ }
}
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"xAxis" : {
"labels" : {
@@ -57,7 +57,7 @@
},
"type" : "category"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "legend" : {
+ "enabled" : "false"
}
}