aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 17:43:26 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 17:43:26 +0100
commit9764092dbc7417d08516d1b7dc8ae39a82f8ca10 (patch)
treed79c547db2425627df1f6380332252ee68971321 /stats/pwc-language-breakdown-summary.json
parent6330daa8b0c4f092fb0d358a9560054924b9499a (diff)
downloadperlweeklychallenge-club-9764092dbc7417d08516d1b7dc8ae39a82f8ca10.tar.gz
perlweeklychallenge-club-9764092dbc7417d08516d1b7dc8ae39a82f8ca10.tar.bz2
perlweeklychallenge-club-9764092dbc7417d08516d1b7dc8ae39a82f8ca10.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 66894ac43a..edbfd0446d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,26 +1,35 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "subtitle" : {
- "text" : "Last updated at 2019-07-29 15:07:43 GMT"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
"series" : [
{
"dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
"align" : "right",
"color" : "#FFFFFF",
"rotation" : -90,
- "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
},
"data" : [
[
@@ -33,31 +42,22 @@
],
[
"Perl 6",
- 440
+ 441
]
],
"name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"legend" : {
"enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-29 16:43:17 GMT"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
}
}