aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 19:00:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 19:00:38 +0100
commite1928fedbe2476d46fcd7418ca4ab295bf9f8b94 (patch)
treecb883b8d20f12e54541c9afc5379a7fdf7754270 /stats/pwc-language-breakdown-summary.json
parent619c631409cce47e1e115aa95813780c8085fd67 (diff)
downloadperlweeklychallenge-club-e1928fedbe2476d46fcd7418ca4ab295bf9f8b94.tar.gz
perlweeklychallenge-club-e1928fedbe2476d46fcd7418ca4ab295bf9f8b94.tar.bz2
perlweeklychallenge-club-e1928fedbe2476d46fcd7418ca4ab295bf9f8b94.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5d532ff954..3bf4694103 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,12 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"series" : [
{
@@ -23,41 +17,47 @@
],
[
"Perl 5",
- 805
+ 807
],
[
"Perl 6",
472
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
- "color" : "#FFFFFF",
"align" : "right",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
"format" : "{point.y:.0f}",
- "enabled" : "true"
- },
- "name" : "Contributions"
+ "rotation" : -90,
+ "y" : 10
+ }
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"subtitle" : {
- "text" : "Last updated at 2019-08-05 14:37:59 GMT"
+ "text" : "Last updated at 2019-08-05 18:00:31 GMT"
+ },
+ "chart" : {
+ "type" : "column"
}
}