aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-13 14:45:43 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-13 14:45:43 +0000
commita8a8cf405bb5db0be3b227610bd8a13944e9e858 (patch)
tree9f87f6ed24821b36c32118b6a9ffe00a56e5cd67 /stats/pwc-language-breakdown-summary.json
parentfa1761aa3b3ac3602d744bdd9ac85f5fb89cae58 (diff)
downloadperlweeklychallenge-club-a8a8cf405bb5db0be3b227610bd8a13944e9e858.tar.gz
perlweeklychallenge-club-a8a8cf405bb5db0be3b227610bd8a13944e9e858.tar.bz2
perlweeklychallenge-club-a8a8cf405bb5db0be3b227610bd8a13944e9e858.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json92
1 files changed, 46 insertions, 46 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 75653e033f..272cdbcba1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "series" : [
- {
- "dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "rotation" : -90,
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions",
- "data" : [
- [
- "Blog",
- 364
- ],
- [
- "Perl 5",
- 1431
- ],
- [
- "Perl 6",
- 848
- ]
- ]
- }
- ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-11-12 16:03:28 GMT"
- },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2019-11-13 14:45:37 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "chart" : {
+ "type" : "column"
+ },
+ "series" : [
+ {
+ "data" : [
+ [
+ "Blog",
+ 364
+ ],
+ [
+ "Perl 5",
+ 1432
+ ],
+ [
+ "Perl 6",
+ 849
+ ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
- }
+ ]
}