aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-18 23:13:53 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-18 23:13:53 +0100
commit688fb12a04057a2ff573e8f08ee8b012cec22f3d (patch)
tree5e1e867551d0f4b51064859b50794beeaf988ee8 /stats/pwc-language-breakdown-summary.json
parent045a738d68fa2019253c7e1b908cd9e3cf5cfc7c (diff)
downloadperlweeklychallenge-club-688fb12a04057a2ff573e8f08ee8b012cec22f3d.tar.gz
perlweeklychallenge-club-688fb12a04057a2ff573e8f08ee8b012cec22f3d.tar.bz2
perlweeklychallenge-club-688fb12a04057a2ff573e8f08ee8b012cec22f3d.zip
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9c1d10670d..10d086e132 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-18 22:13:46 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "align" : "right",
- "rotation" : -90,
"format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "y" : 10,
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
- 197
+ 198
],
[
"Perl 5",
- 877
+ 879
],
[
"Perl 6",
- 523
+ 524
]
]
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-08-18 22:07:53 GMT"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "min" : 0
}
}