aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-12 16:44:48 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-12 16:44:48 +0100
commita15699dd598835be081980508f54bfda2c1556fb (patch)
tree184f92b245e4ad8ec1563c3ffc7de40f66788524 /stats/pwc-language-breakdown-summary.json
parenteda46abac08f29633d4914a048233532d1aa80c9 (diff)
downloadperlweeklychallenge-club-a15699dd598835be081980508f54bfda2c1556fb.tar.gz
perlweeklychallenge-club-a15699dd598835be081980508f54bfda2c1556fb.tar.bz2
perlweeklychallenge-club-a15699dd598835be081980508f54bfda2c1556fb.zip
- Added solutions by Daniel Mantovani.
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 8857485d40..f4bc458e0d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,48 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"subtitle" : {
- "text" : "Last updated at 2019-07-12 14:56:05 GMT"
+ "text" : "Last updated at 2019-07-12 15:44:38 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
"dataLabels" : {
- "align" : "right",
+ "rotation" : -90,
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
- "y" : 10,
- "rotation" : -90
+ "enabled" : "true",
+ "align" : "right"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -36,28 +50,14 @@
],
[
"Perl 5",
- 646
+ 648
],
[
"Perl 6",
369
]
- ]
+ ],
+ "name" : "Contributions"
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- }
+ ]
}