aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-11 09:34:36 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-11 09:34:36 +0100
commit8a31937973502d51f7fa20ff76583bc5d9e33e2c (patch)
treea4ead19ad50b6bda53bf859b9322a1a6de6368ec /stats/pwc-language-breakdown-summary.json
parentc6c2fcf6f65575f643e84c52b520268666a5ea1c (diff)
downloadperlweeklychallenge-club-8a31937973502d51f7fa20ff76583bc5d9e33e2c.tar.gz
perlweeklychallenge-club-8a31937973502d51f7fa20ff76583bc5d9e33e2c.tar.bz2
perlweeklychallenge-club-8a31937973502d51f7fa20ff76583bc5d9e33e2c.zip
- Added solutions by Yet Ebreo.
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 470f8987d8..5ce6151d62 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,30 +1,34 @@
{
- "subtitle" : {
- "text" : "Last updated at 2019-09-10 18:43:40 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-11 08:34:27 GMT"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
}
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
@@ -36,28 +40,24 @@
],
[
"Perl 6",
- 609
+ 611
]
- ],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right"
- },
- "name" : "Contributions"
+ ]
}
],
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"chart" : {
"type" : "column"
- },
- "legend" : {
- "enabled" : "false"
}
}