aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-01 09:54:46 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-01 09:54:46 +0100
commitce1946f8231d4c94491c4cef73cb9567ff6b3ed1 (patch)
tree9d132a2ce15eed38a1e8b4bc34d73d34afc9dbe6 /stats/pwc-language-breakdown-summary.json
parent115a47c26b91bc4465dd5eb49be4f70999d566de (diff)
downloadperlweeklychallenge-club-ce1946f8231d4c94491c4cef73cb9567ff6b3ed1.tar.gz
perlweeklychallenge-club-ce1946f8231d4c94491c4cef73cb9567ff6b3ed1.tar.bz2
perlweeklychallenge-club-ce1946f8231d4c94491c4cef73cb9567ff6b3ed1.zip
- Added solutions by Joelle Maslak.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 253c72ab63..0855ded770 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
- "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-31 21:14:51 GMT"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -27,37 +8,56 @@
],
[
"Perl 5",
- 954
+ 956
],
[
"Perl 6",
- 574
+ 576
]
],
"dataLabels" : {
+ "align" : "right",
"y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
"format" : "{point.y:.0f}",
- "rotation" : -90,
- "align" : "right",
- "enabled" : "true",
- "color" : "#FFFFFF"
- }
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-01 08:54:22 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "chart" : {
+ "type" : "column"
}
}