aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-04 21:14:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-04 21:14:03 +0100
commit88e0f6b5633a8094643ca7b9f0aa4fc7efaeb526 (patch)
tree9f8e83e69e9f0283c8668140b6ef414947870da2 /stats/pwc-language-breakdown-summary.json
parent8a284d23235223f4a6462690371059b0653252c8 (diff)
downloadperlweeklychallenge-club-88e0f6b5633a8094643ca7b9f0aa4fc7efaeb526.tar.gz
perlweeklychallenge-club-88e0f6b5633a8094643ca7b9f0aa4fc7efaeb526.tar.bz2
perlweeklychallenge-club-88e0f6b5633a8094643ca7b9f0aa4fc7efaeb526.zip
- Added solutions by Joelle Maslak.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 164de6f64e..c32f73202d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,27 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-04 20:11:22 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"series" : [
{
"dataLabels" : {
- "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"align" : "right",
- "y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "enabled" : "true"
+ "color" : "#FFFFFF"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -21,33 +29,16 @@
],
[
"Perl 5",
- 796
+ 798
],
[
"Perl 6",
- 464
+ 466
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-08-04 20:02:49 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -57,6 +48,15 @@
}
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
}