aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 18:39:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 18:39:03 +0100
commit3e58d49a42a3288e79d19b3176425b7ccc2bfb9d (patch)
tree5fe6ade807741609e28de849ed59a460f189c579 /stats/pwc-language-breakdown-summary.json
parentdf1c02585b1d18a91cf6958b38bfec70ea3aea72 (diff)
downloadperlweeklychallenge-club-3e58d49a42a3288e79d19b3176425b7ccc2bfb9d.tar.gz
perlweeklychallenge-club-3e58d49a42a3288e79d19b3176425b7ccc2bfb9d.tar.bz2
perlweeklychallenge-club-3e58d49a42a3288e79d19b3176425b7ccc2bfb9d.zip
- Added solution by Yet Ebreo.
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 1a1894e316..23d1335bf0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,28 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-07 17:38:55 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -8,56 +30,34 @@
],
[
"Perl 5",
- 1141
+ 1142
],
[
"Perl 6",
691
]
],
- "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "color" : "#FFFFFF",
"rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "y" : 10
+ "enabled" : "true",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
}
}
],
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-10-07 12:33:15 GMT"
- },
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
}
}